Skip to content

Commit

Permalink
chore(release): 3.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 69200f5 commit a577a03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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 = "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"]
Expand Down

0 comments on commit a577a03

Please sign in to comment.