diff --git a/CHANGELOG.md b/CHANGELOG.md index ba62ee065..720a395f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.2](https://github.com/LAPKB/PMcore/compare/v0.25.1...v0.25.2) - 2026-04-20 + +### Fixed + +- Add wrappers for analytical solutions ([#272](https://github.com/LAPKB/PMcore/pull/272)) + ## [0.25.1](https://github.com/LAPKB/PMcore/compare/v0.25.0...v0.25.1) - 2026-04-13 ### Other diff --git a/Cargo.toml b/Cargo.toml index 761f3703b..8ef4dd7ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.25.1" +version = "0.25.2" edition = "2021" authors = [ "Julián D. Otálvaro ",