From 44b068437b7625a448857732d11191732eefbe7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Wed, 17 May 2023 11:46:46 +0200 Subject: [PATCH] bump version to `0.19.0` --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eecba7..c097c1b 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.19.0] - 2023-05-17 + ### Changed - Remove `enc`, `R` and `nonce` from note hash [#123] @@ -210,7 +212,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#67]: https://github.com/dusk-network/phoenix-core/issues/67 [#61]: https://github.com/dusk-network/phoenix-core/issues/61 -[Unreleased]: https://github.com/dusk-network/phoenix-core/compare/v0.18.1...HEAD +[Unreleased]: https://github.com/dusk-network/phoenix-core/compare/v0.19.0...HEAD +[0.19.0]: https://github.com/dusk-network/phoenix-core/compare/v0.18.1...v0.19.0 [0.18.1]: https://github.com/dusk-network/phoenix-core/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/dusk-network/phoenix-core/compare/v0.17.1...v0.18.0 [0.17.1]: https://github.com/dusk-network/phoenix-core/compare/v0.17.0...v0.17.1 diff --git a/Cargo.toml b/Cargo.toml index e666f16..3802d59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-core" -version = "0.18.1" +version = "0.19.0" authors = ["zer0 ", "Victor Lopez