diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7129710..30592811f 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.21.1](https://github.com/LAPKB/PMcore/compare/v0.21.0...v0.21.1) - 2025-11-12 + +### Other + +- Update field name in NPPredictionrow to cens ([#222](https://github.com/LAPKB/PMcore/pull/222)) + ## [0.21.0](https://github.com/LAPKB/PMcore/compare/v0.20.0...v0.21.0) - 2025-11-05 ### Added diff --git a/Cargo.toml b/Cargo.toml index 3f6c85834..b8de530fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.21.0" +version = "0.21.1" edition = "2021" authors = [ "Julián D. Otálvaro ",