diff --git a/CHANGELOG.md b/CHANGELOG.md index a67fd3b..e541178 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.5.2](https://github.com/TrueLayer/retry-policies/compare/v0.5.1...v0.5.2) - 2026-05-09 + +### Other + +- Bump rand from 0.9.1 to 0.10.1 ([#32](https://github.com/TrueLayer/retry-policies/pull/32)) + ## [0.5.1](https://github.com/TrueLayer/retry-policies/compare/v0.5.0...v0.5.1) - 2025-05-14 ### Changed diff --git a/Cargo.toml b/Cargo.toml index a6269e0..a5f6812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retry-policies" -version = "0.5.1" +version = "0.5.2" authors = ["Luca Palmieri "] edition = "2018" description = "A collection of plug-and-play retry policies for Rust projects."