From 8fec231725ba2285a7ec92acb9ef64d189da4d8b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 22 Sep 2021 09:22:16 +0000 Subject: [PATCH] chore(release): 0.27.0 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df02d9059..b0f6a345f 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. +## [0.27.0](https://github.com/maidsafe/self_encryption/compare/v0.26.3...v0.27.0) (2021-09-22) + + +### ⚠ BREAKING CHANGES + +* Public API changes as SecretKey is renamed to DataMap. + +* rename secretkey to datamap ([75f4131](https://github.com/maidsafe/self_encryption/commit/75f41311c2b3c562826f3646792774d4fbc9a728)) + ### [0.26.3](https://github.com/maidsafe/self_encryption/compare/v0.26.2...v0.26.3) (2021-09-13) diff --git a/Cargo.toml b/Cargo.toml index 0b9c44049..3d31125a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "self_encryption" readme = "README.md" repository = "https://github.com/maidsafe/self_encryption" -version = "0.26.3" +version = "0.27.0" [dependencies] aes = "~0.7.4"