From d2e6235f41a926317e6f0e2d964734e377c16aac Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 24 Jun 2022 05:31:12 +0000 Subject: [PATCH] chore(release): 6.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a50a33..7947a05 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. +## [6.1.0](https://github.com/maidsafe/blsttc/compare/v6.0.0...v6.1.0) (2022-06-24) + + +### Features + +* simple example for generating a keypair ([c3cf652](https://github.com/maidsafe/blsttc/commit/c3cf65207561c4021ced8d179e5e56bd619da43c)) + ## [6.0.0](https://github.com/maidsafe/blsttc/compare/v5.2.0...v6.0.0) (2022-06-10) diff --git a/Cargo.toml b/Cargo.toml index 56e4340..af7e4ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" name = "blsttc" readme = "README.md" repository = "https://github.com/maidsafe/blsttc" -version = "6.0.0" +version = "6.1.0" [dependencies] ff = "0.11.0"