diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ea8cf..94282b6 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. +### [19.1.1](https://github.com/maidsafe/sn_dbc/compare/v19.1.0...v19.1.1) (2023-06-29) + + +### Bug Fixes + +* check for overflow while adding values ([3c27b94](https://github.com/maidsafe/sn_dbc/commit/3c27b94311db585a76cc94369142d50ccdfb61b0)) + ## [19.1.0](https://github.com/maidsafe/sn_dbc/compare/v19.0.1...v19.1.0) (2023-06-20) diff --git a/Cargo.toml b/Cargo.toml index ad8e4f0..2b0dee9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "20.0.0" +version = "19.1.1" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc" @@ -20,7 +20,6 @@ custom_debug = "~0.5.0" hex = "0.4.3" thiserror = "1.0.24" - [dependencies.serde] version = "1.0.133" features = [ "derive", "rc" ]