diff --git a/CHANGELOG.md b/CHANGELOG.md index d626404..bf7dd49 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.15.1] - 2025-02-13 + ### Added - Added `map_to_point` and `unmap_from_point` methods [#149] @@ -266,7 +268,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/dusk-network/jubjub/compare/v0.15.0...HEAD +[Unreleased]: https://github.com/dusk-network/jubjub/compare/v0.15.1..HEAD +[0.15.1]: https://github.com/dusk-network/jubjub/compare/v0.15.0...v0.15.1 [0.15.0]: https://github.com/dusk-network/jubjub/compare/v0.14.2...v0.15.0 [0.14.2]: https://github.com/dusk-network/jubjub/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/dusk-network/jubjub/compare/v0.14.0...v0.14.1 diff --git a/Cargo.toml b/Cargo.toml index 387d1cb..dfcb18b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/dusk-network/jubjub" license = "MIT/Apache-2.0" name = "dusk-jubjub" repository = "https://github.com/dusk-network/jubjub" -version = "0.15.0" +version = "0.15.1" keywords = ["cryptography", "jubjub", "zk-snarks", "ecc", "elliptic-curve"] categories =["algorithms", "cryptography", "science", "no-std"] edition = "2021"