From 7d289b92325a57c28fd3c96de459b89e3fd4697b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 30 Aug 2021 22:51:38 +0000 Subject: [PATCH] chore(release): 3.2.0 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc0e094..487b717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2.0](https://github.com/maidsafe/blsttc/compare/v3.1.0...v3.2.0) (2021-08-30) + + +### Features + +* add g2_from_be_bytes and g2_to_be_bytes ([47f0102](https://github.com/maidsafe/blsttc/commit/47f01025271ef6acb6fd18884d8e279f3618505b)) +* allow utils to be used publicly ([ce8e969](https://github.com/maidsafe/blsttc/commit/ce8e96953a38a6ee83ce9eafec004df89fd1b91c)) + ## [3.1.0](https://github.com/maidsafe/blsttc/compare/v3.0.0...v3.1.0) (2021-08-23) diff --git a/Cargo.toml b/Cargo.toml index dbf8a3c..d5e8ff0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blsttc" -version = "3.1.0" +version = "3.2.0" authors = [ "Vladimir Komendantskiy ", "Andreas Fackler ",