Skip to content

Commit

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

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.

## [7.1.0](https://github.com/maidsafe/blsttc/compare/v7.0.0...v7.1.0) (2022-10-24)


### Features

* check pubkey for 0 to prevent rogue key attack variant ([108c02c](https://github.com/maidsafe/blsttc/commit/108c02cdb8aef93172030b740c8d8af521deb17b))
* test that reproduces the attack ([98876fc](https://github.com/maidsafe/blsttc/commit/98876fc3926961ab1d664c5dbcbfce48542f0bfb))

## [7.0.0](https://github.com/maidsafe/blsttc/compare/v6.2.0...v7.0.0) (2022-07-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
name = "blsttc"
readme = "README.md"
repository = "https://github.com/maidsafe/blsttc"
version = "7.0.0"
version = "7.1.0"

[dependencies]
ff = "0.11.0"
Expand Down

0 comments on commit 73de2a5

Please sign in to comment.