From 79216bf6c7c1f57a40ed1566063fac24a09020f1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 12 Oct 2022 07:43:00 +0000 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bc15b..06ba939 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. +## [3.1.0](https://github.com/maidsafe/sn_sdkg/compare/v3.0.1...v3.1.0) (2022-10-12) + + +### Features + +* reached termination cache ([#33](https://github.com/maidsafe/sn_sdkg/issues/33)) ([415a91e](https://github.com/maidsafe/sn_sdkg/commit/415a91e5c555dfdda9cf367839a7f76889a2e069)) + ### [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 83f7c2a..86753fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_sdkg" -version = "3.0.1" +version = "3.1.0" edition = "2021" description = "Safe Network Synchronous Distributed Key Generation: enables dealerless section key generation" categories = ["algorithms", "asynchronous", "cryptography", "network-programming"]