Skip to content

Commit

Permalink
chore(release): 20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Sep 12, 2023
1 parent f498812 commit 423d81d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [20.0.0](https://github.com/maidsafe/sn_dbc/compare/v19.1.1...v20.0.0) (2023-09-12)


### ⚠ BREAKING CHANGES

* PR makes encrypted ciphers public, thus obsoleting the sending of DBCs
* removes derivation index ciphers

### Features

* make PublicAddress and MainKey transparent ([c597196](https://github.com/maidsafe/sn_dbc/commit/c597196f47412f0a12cb2f904a0adea8729b763c))
* unencrypted derivation index ([cc1f0c3](https://github.com/maidsafe/sn_dbc/commit/cc1f0c31f8498f83c0a6c5f71ae514c637b84871))


* cleanup renamings ([f498812](https://github.com/maidsafe/sn_dbc/commit/f498812fe63c34689d2c851c5b45a7754f50338f))

### [19.1.1](https://github.com/maidsafe/sn_dbc/compare/v19.1.0...v19.1.1) (2023-06-29)


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 = "19.1.1"
version = "20.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 423d81d

Please sign in to comment.