diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4f879..c5bc15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [3.0.1](https://github.com/maidsafe/sn_sdkg/compare/v3.0.0...v3.0.1) (2022-10-10) + ## [3.0.0](https://github.com/maidsafe/sn_sdkg/compare/v2.0.0...v3.0.0) (2022-10-04) diff --git a/Cargo.toml b/Cargo.toml index 083614e..83f7c2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_sdkg" -version = "3.0.0" +version = "3.0.1" edition = "2021" description = "Safe Network Synchronous Distributed Key Generation: enables dealerless section key generation" categories = ["algorithms", "asynchronous", "cryptography", "network-programming"]