diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b131c4..8d23fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [11.0.0](https://github.com/maidsafe/sn_dbc/compare/v10.0.0...v11.0.0) (2023-03-22) + + +### ⚠ BREAKING CHANGES + +* rename commitment to blinded amount + +* rename commitment to blinded amount ([59c21f8](https://github.com/maidsafe/sn_dbc/commit/59c21f8541abcfad79c1654d162b0e5d14b6793d)) + ## [10.0.0](https://github.com/maidsafe/sn_dbc/compare/v9.0.0...v10.0.0) (2023-03-15) diff --git a/Cargo.toml b/Cargo.toml index e3cbcd0..960820c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "10.0.0" +version = "11.0.0" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"