diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0e5015f..3e6b308aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -## [0.6.0] +## [0.6.1] ### Added @@ -123,5 +123,5 @@ and then get the store implementation from the store crate instead when importin [0.5.0]: https://github.com/whisperfish/presage/compare/0.4.0...0.5.0 [0.5.1]: https://github.com/whisperfish/presage/compare/0.5.0...0.5.1 [0.5.2]: https://github.com/whisperfish/presage/compare/0.5.1...0.5.2 -[0.6.0]: https://github.com/whisperfish/presage/compare/0.5.2...0.6.0 -[Unreleased]: https://github.com/whisperfish/presage/compare/0.6.0...main +[0.6.1]: https://github.com/whisperfish/presage/compare/0.5.2...0.6.1 +[Unreleased]: https://github.com/whisperfish/presage/compare/0.6.1...main diff --git a/presage/Cargo.toml b/presage/Cargo.toml index 3e992042d..2612e97ac 100644 --- a/presage/Cargo.toml +++ b/presage/Cargo.toml @@ -1,7 +1,7 @@ [package] # be a sign or warning of (an imminent event, typically an unwelcome one). name = "presage" -version = "0.6.1-dev" +version = "0.6.1" authors = ["Gabriel FĂ©ron "] edition = "2021" license = "AGPL-3.0-only"