diff --git a/CHANGELOG.md b/CHANGELOG.md index 1289d02f7..ba62ee065 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.1](https://github.com/LAPKB/PMcore/compare/v0.25.0...v0.25.1) - 2026-04-13 + +### Other + +- Update rand requirement from 0.9.0 to 0.10.1 ([#270](https://github.com/LAPKB/PMcore/pull/270)) + ## [0.25.0](https://github.com/LAPKB/PMcore/compare/v0.24.0...v0.25.0) - 2026-04-11 ### Added diff --git a/Cargo.toml b/Cargo.toml index 458ad9e3b..8e8482da1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.25.0" +version = "0.25.1" edition = "2021" authors = [ "Julián D. Otálvaro ",