Skip to content

Commit

Permalink
chore(release): 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Mar 27, 2023
1 parent d3f0c43 commit 49db8f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [12.0.0](https://github.com/maidsafe/sn_dbc/compare/v11.0.1...v12.0.0) (2023-03-27)


### ⚠ BREAKING CHANGES

* **builder:** keep revealedoutputs
* rename Input to BlindedInput
* rename OutputProof to BlindedOutput

* **builder:** keep revealedoutputs ([d3f0c43](https://github.com/maidsafe/sn_dbc/commit/d3f0c430ef9ecd99d25763b3b4a4c18ac6ed2f99))
* rename Input to BlindedInput ([3c9ff69](https://github.com/maidsafe/sn_dbc/commit/3c9ff694380cfcd898093c51a1f817bee8cccf91))
* rename OutputProof to BlindedOutput ([4fc3c9f](https://github.com/maidsafe/sn_dbc/commit/4fc3c9f4a33cb702c1ddf9fb122462265829d546))

### [11.0.1](https://github.com/maidsafe/sn_dbc/compare/v11.0.0...v11.0.1) (2023-03-23)


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_dbc"
version = "11.0.1"
version = "12.0.0"
description = "Safe Network DBC"
license = "MIT OR BSD-3-Clause"
repository = "https://github.com/maidsafe/sn_dbc"
Expand Down

0 comments on commit 49db8f9

Please sign in to comment.