diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6ec33..2a36c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## 0.4.8 + + - bump dep brotli from 3.3 to 4.0 + ## 0.4.7 - Flush available data in decoder even when there's no incoming input. diff --git a/Cargo.toml b/Cargo.toml index 814ade4..969d18e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.7" +version = "0.4.8" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 7ca905a..7757d73 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,6 @@ additional terms or conditions. [7]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square [8]: https://docs.rs/async-compression [9]: https://img.shields.io/crates/l/async-compression.svg?style=flat-square -[10]: https://deps.rs/crate/async-compression/0.4.7/status.svg?style=flat-square -[11]: https://deps.rs/crate/async-compression/0.4.6 +[10]: https://deps.rs/crate/async-compression/0.4.8/status.svg?style=flat-square +[11]: https://deps.rs/crate/async-compression/0.4.8 [releases]: https://github.com/Nullus157/async-compression/releases