diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0545e..50cbb2d 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.19](https://github.com/Nullus157/async-compression/compare/v0.4.18...v0.4.19) - 2024-12-12 + +### Other + +- *(deps)* update bzip2 requirement from 0.4.4 to 0.5.0 + ## [0.4.18](https://github.com/Nullus157/async-compression/compare/v0.4.17...v0.4.18) - 2024-11-23 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 289ddb4..9bb226c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.18" +version = "0.4.19" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" license = "MIT OR Apache-2.0"