From 423d81dc2a19b940d6bbf06c2957c09191912a93 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 12 Sep 2023 05:47:32 +0000 Subject: [PATCH] chore(release): 20.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94282b6..71b47b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 2b0dee9..ef97f5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"