Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Oct 4, 2022
1 parent ffe3ff7 commit 8bd219f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.0.0](https://github.com/maidsafe/sn_sdkg/compare/v1.1.2...v2.0.0) (2022-10-04)


### ⚠ BREAKING CHANGES

* now returns a vec of vote responses instead of one

* chore: small improvements

* chore: more improvements

* Recursive vote handling (#27) ([ffe3ff7](https://github.com/maidsafe/sn_sdkg/commit/ffe3ff7a011a2dbe2eb3b2c6dd357e4b0e111e2c)), closes [#27](https://github.com/maidsafe/sn_sdkg/issues/27)

### [1.1.2](https://github.com/maidsafe/sn_sdkg/compare/v1.1.1...v1.1.2) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn_sdkg"
version = "1.1.2"
version = "2.0.0"
edition = "2021"
description = "Safe Network Synchronous Distributed Key Generation: enables dealerless section key generation"
categories = ["algorithms", "asynchronous", "cryptography", "network-programming"]
Expand Down

0 comments on commit 8bd219f

Please sign in to comment.