diff --git a/CHANGELOG.md b/CHANGELOG.md index 576ef2a..14d7889 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. +### [19.0.1](https://github.com/maidsafe/sn_dbc/compare/v19.0.0...v19.0.1) (2023-06-12) + ## [19.0.0](https://github.com/maidsafe/sn_dbc/compare/v18.1.0...v19.0.0) (2023-05-31) diff --git a/Cargo.toml b/Cargo.toml index 0f57c05..be7fbb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "19.0.0" +version = "19.0.1" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"