From 94a71e6109151ba6839a9e4fe944fea6d5fc1fa8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 Sep 2021 07:55:42 +0000 Subject: [PATCH] chore(release): 3.3.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 487b717..fdd53fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [3.3.0](https://github.com/maidsafe/blsttc/compare/v3.2.0...v3.3.0) (2021-09-06) + + +### Features + +* SecretKeySet and PublicKeySet derive_child ([fcd174f](https://github.com/maidsafe/blsttc/commit/fcd174f9bf92baec153f85c5765d51a358bfca31)) + ## [3.2.0](https://github.com/maidsafe/blsttc/compare/v3.1.0...v3.2.0) (2021-08-30) diff --git a/Cargo.toml b/Cargo.toml index d5e8ff0..6e83450 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blsttc" -version = "3.2.0" +version = "3.3.0" authors = [ "Vladimir Komendantskiy ", "Andreas Fackler ",