diff --git a/CHANGELOG.md b/CHANGELOG.md index d39175c..f96ed1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## [0.4.25](https://github.com/Nullus157/async-compression/compare/v0.4.24...v0.4.25) - 2025-06-17 + +### Changed + +- Update `bzip2` dependency to `0.6`. ([#350](https://github.com/Nullus157/async-compression/pull/350)) + ## [0.4.24](https://github.com/Nullus157/async-compression/compare/v0.4.23...v0.4.24) - 2025-06-09 ### Other diff --git a/Cargo.toml b/Cargo.toml index 5ff5961..f6ff05e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.24" +version = "0.4.25" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" resolver = "2"