diff --git a/CHANGELOG.md b/CHANGELOG.md index d82bbbee1..e32dc75be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] ### Added -- [\#319](https://github.com/Manta-Network/manta-rs/pull/319) Key-dependent signer function APIs. -- [\#314](https://github.com/Manta-Network/manta-rs/pull/314) Prepares the signer export to wasm. -- [\#289](https://github.com/Manta-Network/manta-rs/pull/289) AssetMetadata upgrade and NFT support. -- [\#310](https://github.com/Manta-Network/manta-rs/pull/310) Add identity verification algorithm using ToPublic circuit ### Changed @@ -16,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +### Fixed + +### Security + +## [0.5.11] - 2023-02-22 +### Added +- [\#319](https://github.com/Manta-Network/manta-rs/pull/319) Key-dependent signer function APIs. +- [\#314](https://github.com/Manta-Network/manta-rs/pull/314) Prepares the signer export to wasm. +- [\#289](https://github.com/Manta-Network/manta-rs/pull/289) AssetMetadata upgrade and NFT support. +- [\#310](https://github.com/Manta-Network/manta-rs/pull/310) Add identity verification algorithm using ToPublic circuit + ### Fixed - [\#313](https://github.com/Manta-Network/manta-rs/pull/313) Use correct failure case for identity verification diff --git a/Cargo.toml b/Cargo.toml index a6960c34c..2b7a54990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.5.10" +version = "0.5.11" 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 a06761336..eee25cf9f 100644 --- a/manta-accounting/Cargo.toml +++ b/manta-accounting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-accounting" -version = "0.5.10" +version = "0.5.11" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-benchmark/Cargo.toml b/manta-benchmark/Cargo.toml index 184c48ac6..3f1da039a 100644 --- a/manta-benchmark/Cargo.toml +++ b/manta-benchmark/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-benchmark" -version = "0.5.10" +version = "0.5.11" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-crypto/Cargo.toml b/manta-crypto/Cargo.toml index 17f42f2bc..12c2a01a4 100644 --- a/manta-crypto/Cargo.toml +++ b/manta-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-crypto" -version = "0.5.10" +version = "0.5.11" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-parameters/Cargo.toml b/manta-parameters/Cargo.toml index f3cda188a..0aa4cb265 100644 --- a/manta-parameters/Cargo.toml +++ b/manta-parameters/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-parameters" -version = "0.5.10" +version = "0.5.11" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-pay/Cargo.toml b/manta-pay/Cargo.toml index 879acc519..8eee3ba9e 100644 --- a/manta-pay/Cargo.toml +++ b/manta-pay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-pay" -version = "0.5.10" +version = "0.5.11" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-trusted-setup/Cargo.toml b/manta-trusted-setup/Cargo.toml index 11618c496..df7fd338f 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.10" +version = "0.5.11" edition = "2021" authors = ["Manta Network "] readme = "README.md" diff --git a/manta-util/Cargo.toml b/manta-util/Cargo.toml index ef77a74dc..5ee89f36b 100644 --- a/manta-util/Cargo.toml +++ b/manta-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manta-util" -version = "0.5.10" +version = "0.5.11" edition = "2021" authors = ["Manta Network "] readme = "README.md"