diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edf8892..ea9447b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 + +- Breaking change in the repository directory structure. Issue: [#78](https://github.com/datablockset/blockset/issues/78). + ## 0.2.4 - Fix a progress message. PR [#85](https://github.com/datablockset/blockset/pull/85). diff --git a/Cargo.toml b/Cargo.toml index 5000d239..93c36e55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blockset" description = "Data Block Set" -version = "0.2.4" +version = "0.3.0" edition = "2021" license = "GPL-3.0-or-later" authors = ["Sergey Shandar"]