diff --git a/CHANGELOG.md b/CHANGELOG.md index f96ed1a5..b7eff08d 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.26](https://github.com/Nullus157/async-compression/compare/v0.4.25...v0.4.26) - 2025-07-13 + +### Other + +- add multi-thread support ([#353](https://github.com/Nullus157/async-compression/pull/353)) + ## [0.4.25](https://github.com/Nullus157/async-compression/compare/v0.4.24...v0.4.25) - 2025-06-17 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 2d3761b7..cf87b5db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.25" +version = "0.4.26" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" resolver = "2"