diff --git a/CHANGELOG.md b/CHANGELOG.md index 46cfb90..62aeff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5](https://github.com/Maroon502/coinclp-sys/compare/v0.2.4...v0.2.5) - 2023-10-27 + +### Fix +- Fix errors in compilation + ## [0.2.4](https://github.com/Maroon502/coinclp-sys/compare/v0.2.3...v0.2.4) - 2023-10-27 ### Added diff --git a/Cargo.toml b/Cargo.toml index c96ec9b..ddaea54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coinclp-sys" -version = "0.2.4" +version = "0.2.5" edition = "2021" build = "build.rs" license = "Apache-2.0"