diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7e47da..e586ed7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,13 @@ This name should be decided amongst the team before the release. -----------------------------------------------------------------------> ## [Unreleased] -[unreleased]: https://github.com/tweag/topiary/compare/v0.2.0...HEAD +[unreleased]: https://github.com/tweag/topiary/compare/v0.2.1...HEAD + +## [0.2.1] - 2023-05-23 +[0.2.1]: https://github.com/tweag/topiary/compare/v0.2.0...v0.2.1 + +### Fixed +* Correctly bumped version number in `Cargo.toml`. ## [0.2.0]: Cyclic Cypress - 2023-05-22 [0.2.0]: https://github.com/tweag/topiary/compare/v0.1.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index da98cab6..f808257f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -package.version = "0.2.0" +package.version = "0.2.1" members = ["topiary", "topiary-cli", "topiary-playground"]