From d8588a1d51f9824b532431ab7858a3c0ee2ff0a0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 15 Feb 2023 10:02:43 +0000 Subject: [PATCH] chore(release): 8.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c502a..6f0fdd9 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. +### [8.2.1](https://github.com/maidsafe/sn_dbc/compare/v8.2.0...v8.2.1) (2023-02-15) + + +### Bug Fixes + +* remove space in keywords ([20fdc79](https://github.com/maidsafe/sn_dbc/commit/20fdc79b46542a8c646476f1912606ec88d9c4df)) + ## [8.2.0](https://github.com/maidsafe/sn_dbc/compare/v8.1.1...v8.2.0) (2023-02-14) diff --git a/Cargo.toml b/Cargo.toml index ce4eed9..c542cba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "8.2.0" +version = "8.2.1" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"