diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c04f1..922fd73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased + +## v0.12.1 (2024-07-01) + ### Fixes * Fix bug where buffering chunked body writer could return `Ok(0)` on calls to `write()` ([#81](https://github.com/drogue-iot/reqwless/pull/81)) diff --git a/Cargo.toml b/Cargo.toml index cf64ef8..8b0c739 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwless" -version = "0.12.0" +version = "0.12.1" edition = "2021" resolver = "2" description = "HTTP client for embedded devices"