diff --git a/CHANGELOG.md b/CHANGELOG.md index a966bd57..bc21ce09 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.27](https://github.com/Nullus157/async-compression/compare/v0.4.26...v0.4.27) - 2025-07-13 + +### Fixed + +- Zstd fastest level now does compression. ([#357](https://github.com/Nullus157/async-compression/pull/357)) + ## [0.4.26](https://github.com/Nullus157/async-compression/compare/v0.4.25...v0.4.26) - 2025-07-13 ### Features diff --git a/Cargo.toml b/Cargo.toml index cf87b5db..3a1e3d8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.26" +version = "0.4.27" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" resolver = "2"