diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ea629..ded2f7d 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. +### [2.12.1](https://github.com/maidsafe/sn_dbc/compare/v2.12.0...v2.12.1) (2022-02-23) + ## [2.12.0](https://github.com/maidsafe/sn_dbc/compare/v2.11.2...v2.12.0) (2022-02-23) diff --git a/Cargo.toml b/Cargo.toml index 4c044dd..e953877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "2.12.0" +version = "2.12.1" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"