Skip to content

Commit

Permalink
Merge 4de7bf7 into 6ff2a4e
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Jan 4, 2021
2 parents 6ff2a4e + 4de7bf7 commit fbcac60
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.

## [0.3.0](https://github.com/maidsafe/bls_dkg/compare/v0.2.2...v0.3.0) (2021-01-04)


### ⚠ BREAKING CHANGES

* use thiserror and remove members

### api

* use thiserror and remove members ([4d4b7c5](https://github.com/maidsafe/bls_dkg/commit/4d4b7c5fb9209d0d30b26499d254dc37d9965342))

### [0.2.2](https://github.com/maidsafe/bls_dkg/compare/v0.2.1...v0.2.2) (2020-11-18)

### [0.2.1](https://github.com/maidsafe/bls_dkg/compare/v0.2.0...v0.2.1) (2020-10-05)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR BSD-3-Clause"
name = "bls_dkg"
readme = "README.md"
repository = "https://github.com/maidsafe/bls_dkg"
version = "0.2.2"
version = "0.3.0"

[dependencies]
aes = "~0.3.2"
Expand Down

0 comments on commit fbcac60

Please sign in to comment.