diff --git a/CHANGELOG.md b/CHANGELOG.md index 961fdf14..865943d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.1.3](https://github.com/zip-rs/zip2/compare/v1.1.2...v1.1.3) - 2024-04-30 + +### 🐛 Bug Fixes +- Rare bug where find_and_parse would give up prematurely on detecting a false end-of-CDR header + ## [1.1.2](https://github.com/Pr0methean/zip/compare/v1.1.1...v1.1.2) - 2024-04-28 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index b1085f29..d0164f57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "1.1.2" +version = "1.1.3" authors = [ "Mathijs van de Nes ", "Marli Frost ",