diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a9e8c..bce7875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1](https://github.com/jmjoy/fastcgi-client-rs/compare/v0.11.0...v0.11.1) - 2026-04-15 + +### Fixed + +- compute padding correctly for MAX_LENGTH (0xffff) content ([#35](https://github.com/jmjoy/fastcgi-client-rs/pull/35)) + ## [0.11.0](https://github.com/jmjoy/fastcgi-client-rs/compare/v0.10.0...v0.11.0) - 2026-03-26 ### Added diff --git a/Cargo.toml b/Cargo.toml index c824c0a..1153767 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "fastcgi-client" -version = "0.11.0" +version = "0.11.1" authors = ["jmjoy "] edition = "2024" description = "Fastcgi client implemented for Rust."