From a577a03fa48b939a29822537a84fb2b638b7e670 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Oct 2022 19:12:31 +0000 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32d456..fa4f879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0](https://github.com/maidsafe/sn_sdkg/compare/v2.0.0...v3.0.0) (2022-10-04) + + +### ⚠ BREAKING CHANGES + +* vote response API changes + +### Features + +* empty vec for known votes ([#29](https://github.com/maidsafe/sn_sdkg/issues/29)) ([69200f5](https://github.com/maidsafe/sn_sdkg/commit/69200f59440a0644e02d179bcdde3f63ac7ef4d5)) + ## [2.0.0](https://github.com/maidsafe/sn_sdkg/compare/v1.1.2...v2.0.0) (2022-10-04) diff --git a/Cargo.toml b/Cargo.toml index 0738e63..99d14a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_sdkg" -version = "2.0.0" +version = "3.0.0" edition = "2021" description = "Safe Network Synchronous Distributed Key Generation: enables dealerless section key generation" categories = ["algorithms", "asynchronous", "cryptography", "network-programming"]