From 07dcbf77b7fd7186f1fcfdd69f2259a64d2427ad Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 24 Jan 2024 12:46:08 +0100 Subject: [PATCH] Bump to v0.25.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3802d86..00875fe 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.25.0] - 2024-01-24 + ### Changed - Exchanged `dusk-schnorr@0.18` dependency for `jubjub-schnorr@0.1` @@ -273,7 +275,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.24.0...HEAD +[Unreleased]: https://github.com/dusk-network/phoenix-core/compare/v0.25.0...HEAD +[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 [0.23.0]: https://github.com/dusk-network/phoenix-core/compare/v0.22.0...v0.23.0 [0.22.0]: https://github.com/dusk-network/phoenix-core/compare/v0.21.0...v0.22.0 diff --git a/Cargo.toml b/Cargo.toml index c2aed74..5af5e7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-core" -version = "0.25.0-rc.0" +version = "0.25.0" authors = ["zer0 ", "Victor Lopez