From f31d781afc428f6dd5524b2ae2bd9a1308157e15 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 17 Nov 2022 20:38:17 +0000 Subject: [PATCH] chore(release): 8.0.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d525880..853842c 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. +### [8.0.1](https://github.com/maidsafe/blsttc/compare/v8.0.0...v8.0.1) (2022-11-17) + ## [8.0.0](https://github.com/maidsafe/blsttc/compare/v7.1.0...v8.0.0) (2022-11-08) diff --git a/Cargo.toml b/Cargo.toml index 80336ba..014ce3d 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 = "8.0.0" +version = "8.0.1" [dependencies] ff = "0.12.0"