diff --git a/CHANGELOG.md b/CHANGELOG.md index caed29e..21d06c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## [0.4.23](https://github.com/Nullus157/async-compression/compare/v0.4.22...v0.4.23) - 2025-04-21 + +### Other + +- *(deps)* update brotli requirement from 7.0 to 8.0 +- *(deps)* update liblzma requirement from 0.3.6 to 0.4.0 + ## [0.4.22](https://github.com/Nullus157/async-compression/compare/v0.4.21...v0.4.22) - 2025-03-25 ### Other diff --git a/Cargo.toml b/Cargo.toml index 4e10283..697a574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.22" +version = "0.4.23" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" resolver = "2"