From 2bc8c9615578c32f504149a637db70d0d82bac0f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 9 Aug 2022 12:59:24 +0000 Subject: [PATCH] chore(release): 0.10.5 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4599132..8cf1385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.10.5](https://github.com/maidsafe/bls_dkg/compare/v0.10.4...v0.10.5) (2022-08-09) + ### [0.10.4](https://github.com/maidsafe/bls_dkg/compare/v0.10.3...v0.10.4) (2022-07-21) ### [0.10.3](https://github.com/maidsafe/bls_dkg/compare/v0.10.2...v0.10.3) (2022-06-14) diff --git a/Cargo.toml b/Cargo.toml index 3a62a57..ad45557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "BSD-3-Clause" name = "bls_dkg" readme = "README.md" repository = "https://github.com/maidsafe/bls_dkg" -version = "0.10.4" +version = "0.10.5" [dependencies] aes = "~0.7.4"