diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ac274..78a6ae4 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. +### [3.0.1](https://github.com/maidsafe/sn_dbc/compare/v3.0.0...v3.0.1) (2022-04-19) + ## [3.0.0](https://github.com/maidsafe/sn_dbc/compare/v2.18.0...v3.0.0) (2022-04-08) diff --git a/Cargo.toml b/Cargo.toml index f4a940f..c421147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "3.0.0" +version = "3.0.1" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"