diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6132a..d413075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.5.0 + +- Relax MSRV to 1.60. (#57) + # Version 2.4.0 - Remove unnecessary heap allocations from inside of the `ConcurrentQueue` type. (#53) diff --git a/Cargo.toml b/Cargo.toml index 2b40de0..462958c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "concurrent-queue" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.4.0" +version = "2.5.0" authors = [ "Stjepan Glavina ", "Taiki Endo ",