From 925e95e32504722f4e75ea577d63d7c5a7ab2db1 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Sat, 4 Nov 2023 14:40:26 +0100 Subject: [PATCH] chore: prepare for release --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bde8248..a53a36b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Fixes +## v0.9.1 (2023-11-04) + * Fix regression introduced in v0.9.0 when reading chunked body where the final newline is not read ([#58](https://github.com/drogue-iot/reqwless/pull/58)) ## [v0.9.0](https://github.com/drogue-iot/reqwless/compare/v0.8.0...v0.9.0) (2023-10-30) diff --git a/Cargo.toml b/Cargo.toml index 25c4d4e..44e0fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwless" -version = "0.9.0" +version = "0.9.1" edition = "2021" resolver = "2" description = "HTTP client for embedded devices"