diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c3bc0a0..299bc6d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] ### Added -- [\#355](https://github.com/Manta-Network/manta-rs/pull/355) UTXO consolidation signer method. -- [\#353](https://github.com/Manta-Network/manta-rs/pull/353) Restore Merkle tree pruning for the wallet. ### Changed -- [\#357](https://github.com/Manta-Network/manta-rs/pull/357) Sync protocol optimization. -- [\#356](https://github.com/Manta-Network/manta-rs/pull/356) Signer ToPublic optimization. ### Deprecated @@ -20,6 +16,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Security +## [0.6.0] - 2023-06-20 +### Added +- [\#355](https://github.com/Manta-Network/manta-rs/pull/355) UTXO consolidation signer method. +- [\#353](https://github.com/Manta-Network/manta-rs/pull/353) Restore Merkle tree pruning for the wallet. + +### Changed +- [\#357](https://github.com/Manta-Network/manta-rs/pull/357) Sync protocol optimization. +- [\#356](https://github.com/Manta-Network/manta-rs/pull/356) Signer ToPublic optimization. + ## [0.5.17] - 2023-05-24 ### Added - [\#349](https://github.com/Manta-Network/manta-rs/pull/349) Nullifier map optimization. diff --git a/Cargo.toml b/Cargo.toml index e5b2a0853..f26761e55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.5.17" +version = "0.6.0" edition = "2021" authors = ["Manta Network "] repository = "https://github.com/Manta-Network/manta-rs" diff --git a/manta-accounting/Cargo.toml b/manta-accounting/Cargo.toml index 78ca724a4..b8487f9b8 100644 --- a/manta-accounting/Cargo.toml +++ b/manta-accounting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-accounting" -version = "0.5.17" +version = "0.6.0" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-benchmark/Cargo.toml b/manta-benchmark/Cargo.toml index fc8eba10e..b00a55941 100644 --- a/manta-benchmark/Cargo.toml +++ b/manta-benchmark/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-benchmark" -version = "0.5.17" +version = "0.6.0" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-crypto/Cargo.toml b/manta-crypto/Cargo.toml index d90383308..5cb19da6b 100644 --- a/manta-crypto/Cargo.toml +++ b/manta-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-crypto" -version = "0.5.17" +version = "0.6.0" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-parameters/Cargo.toml b/manta-parameters/Cargo.toml index 1f48a597d..52f1ec035 100644 --- a/manta-parameters/Cargo.toml +++ b/manta-parameters/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-parameters" -version = "0.5.17" +version = "0.6.0" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-pay/Cargo.toml b/manta-pay/Cargo.toml index c0ac2980c..7c78a99ea 100644 --- a/manta-pay/Cargo.toml +++ b/manta-pay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-pay" -version = "0.5.17" +version = "0.6.0" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-trusted-setup/Cargo.toml b/manta-trusted-setup/Cargo.toml index 8f6668d8b..10db5245b 100644 --- a/manta-trusted-setup/Cargo.toml +++ b/manta-trusted-setup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-trusted-setup" -version = "0.5.17" +version = "0.6.0" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-util/Cargo.toml b/manta-util/Cargo.toml index 00a0d563e..64ce45291 100644 --- a/manta-util/Cargo.toml +++ b/manta-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-util" -version = "0.5.17" +version = "0.6.0" edition = "2021" authors = ["Manta Network "] readme = "README.md"