diff --git a/CHANGELOG.md b/CHANGELOG.md index 30592811f..21915b900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.0](https://github.com/LAPKB/PMcore/compare/v0.21.1...v0.22.0) - 2025-11-17 + +### Added + +- [**breaking**] Update NPResult to contain the posterior and predictions ([#224](https://github.com/LAPKB/PMcore/pull/224)) + +### Other + +- Remove unsed dependency (argmin-math) ([#225](https://github.com/LAPKB/PMcore/pull/225)) + ## [0.21.1](https://github.com/LAPKB/PMcore/compare/v0.21.0...v0.21.1) - 2025-11-12 ### Other diff --git a/Cargo.toml b/Cargo.toml index a340a680f..c3374942e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.21.1" +version = "0.22.0" edition = "2021" authors = [ "Julián D. Otálvaro ",