diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec0c53..e2e07b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.2](https://github.com/maidsafe/sn_sdkg/compare/v1.1.1...v1.1.2) (2022-09-29) + + +### Bug Fixes + +* excessive AE requests ([#25](https://github.com/maidsafe/sn_sdkg/issues/25)) ([384b1db](https://github.com/maidsafe/sn_sdkg/commit/384b1dbb24ab972def016bc6a6b4abe365faf259)) + ### [1.1.1](https://github.com/maidsafe/sn_sdkg/compare/v1.1.0...v1.1.1) (2022-09-26) diff --git a/Cargo.toml b/Cargo.toml index e5cce0e..dbee0da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_sdkg" -version = "1.1.1" +version = "1.1.2" edition = "2021" description = "Safe Network Synchronous Distributed Key Generation: enables dealerless section key generation" categories = ["algorithms", "asynchronous", "cryptography", "network-programming"]