diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee4b734c..f99be17ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.0](https://github.com/Pr0methean/zip/compare/v1.1.1...v2.0.0) - 2024-04-24 + +### 🐛 Bug Fixes +- Alignment was previously handled incorrectly ([#33](https://github.com/Pr0methean/zip/pull/33)) + +### 🚜 Refactor +- [**breaking**] remove `deflate-miniz` feature since it's now equivalent to `deflate` ([#35](https://github.com/Pr0methean/zip/pull/35)) + ## [1.1.1] ### Added diff --git a/Cargo.toml b/Cargo.toml index b2cb4efb8..33a274e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "1.1.1" +version = "2.0.0" authors = [ "Mathijs van de Nes ", "Marli Frost ",