diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eae393..7ed0b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.11](https://github.com/52/stacks.rs/compare/v0.1.10...v0.1.11) - 2024-02-07 + +### Added +- *(tuple)* added method + +### Other +- Update Cargo.toml +- Update README.md + ## [0.1.10](https://github.com/mxnnn/stacks.rs/compare/v0.1.9...v0.1.10) - 2023-05-31 ### Other diff --git a/Cargo.toml b/Cargo.toml index 24c796b..b9120e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacks-rs" -version = "0.1.10" +version = "0.1.11" edition = "2021" license = "MIT" authors = ["Max Karou "]