diff --git a/CHANGELOG.md b/CHANGELOG.md index 59669ca..c6eeb83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +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. -## [0.6.0](https://github.com/tari-project/tari_utilities/compare/v0.5.1...v0.6.0) (2023-09-26) +### [0.6.1](https://github.com/tari-project/tari_utilities/compare/v0.6.0...v0.6.1) (2023-09-27) + +### Features +* up hex limit ([#63](https://github.com/tari-project/tari_utilities/issues/63)) ([4c1381a](https://github.com/tari-project/tari_utilities/commit/4c1381a4a756fa2be5bd90cfedda6e71e5d541b1)) + +## [0.6.0](https://github.com/tari-project/tari_utilities/compare/v0.5.1...v0.6.0) (2023-09-26) ### ⚠ BREAKING CHANGES diff --git a/Cargo.toml b/Cargo.toml index d86d447..d230276 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.6.0" +version = "0.6.1" edition = "2018" [dependencies]