Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Sep 26, 2022
1 parent 742ee49 commit b2b7ac1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [1.1.1](https://github.com/maidsafe/sn_sdkg/compare/v1.1.0...v1.1.1) (2022-09-26)


### Bug Fixes

* issue when we are last to ack, we dont send allacks ([#22](https://github.com/maidsafe/sn_sdkg/issues/22)) ([32b6b3e](https://github.com/maidsafe/sn_sdkg/commit/32b6b3ee9b6a40c5e53a703861d61373dfd5b691))

## 1.1.0 (2022-09-22)


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.0"
version = "1.1.1"
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 b2b7ac1

Please sign in to comment.