diff --git a/CHANGELOG.md b/CHANGELOG.md index c655feb909b5f8289c11e8a078cdc1891144a1c3..547e9d8c13c4dabf61d2364f544e6fc1b78c3c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.11.1] - 2020-03-01 + ### Fixed - ed25519: public key don't have min size. empty public key must be supported. @@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial version. <!-- next-url --> -[Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.0...HEAD +[Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.1...HEAD +[0.11.1]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.0...v0.11.1 [0.11.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.10.0...v0.11.0 [0.10.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.9.1...v0.10.0 [0.9.1]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.8.0...v0.9.1 diff --git a/Cargo.lock b/Cargo.lock index 3c8715cc17c44476d954f530a2f12ee2871168c0..6c8be8b473365599cc18b478ce65abbda8d08ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "dup-crypto" -version = "0.11.0" +version = "0.11.1" dependencies = [ "aes", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index 6bfc76102550e1109471744b252e87a07ce77b5b..31ef577b4825715e6784f67f7e7925877694534b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dup-crypto" -version = "0.11.0" +version = "0.11.1" authors = ["elois <c@elo.tf>"] description = "Manage cryptographic operations for DUniter Protocols and the Duniter eco-system most broadly." repository = "https://git.duniter.org/libs/dup-crypto-rs"