diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e51ef..628a918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.27.0] - 2024-04-24 + ### Added - Add an `Encryption` module that uses AES-GCM [#152] @@ -306,7 +308,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#61]: https://github.com/dusk-network/phoenix-core/issues/61 -[Unreleased]: https://github.com/dusk-network/phoenix-core/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/dusk-network/phoenix-core/compare/v0.27.0...HEAD +[0.27.0]: https://github.com/dusk-network/phoenix-core/compare/v0.26.0...v0.27.0 [0.26.0]: https://github.com/dusk-network/phoenix-core/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/dusk-network/phoenix-core/compare/v0.24.0...v0.25.0 [0.24.0]: https://github.com/dusk-network/phoenix-core/compare/v0.23.0...v0.24.0 diff --git a/Cargo.toml b/Cargo.toml index af008bb..4446509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-core" -version = "0.26.0" +version = "0.27.0" authors = ["zer0 ", "Victor Lopez