diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d0c2a..04e240e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.6+2.11.10](https://github.com/Maroon502/coinutils-src/compare/v0.2.5+2.11.10...v0.2.6+2.11.10) - 2023-10-27 + +### Change +- *(deps)* change cc to parallel version + +### Docs +- Update docs + ## [0.2.5+2.11.10](https://github.com/Maroon502/coinutils-src/compare/v0.2.4+2.11.9...v0.2.5+2.11.10) - 2023-10-26 ### Other diff --git a/Cargo.toml b/Cargo.toml index 573df17..dd140a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coinutils-src" -version = "0.2.5+2.11.10" +version = "0.2.6+2.11.10" edition = "2021" build = "build.rs" links = "CoinUtils"