From bfe08b4d48449cd1ac6f6623315a936bdad912a4 Mon Sep 17 00:00:00 2001 From: Richard Bradfield Date: Sun, 25 Apr 2021 18:28:23 +0100 Subject: [PATCH] Prepare for 0.8.1 release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc45899..86ca15e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes +## 0.8.1 + +* [Don't set Transfer-Encoding for 1xx or 204 Responses](https://github.com/tiny-http/tiny-http/pull/198) + ## 0.8.0 * [Fix RUSTSEC-2020-0031](https://github.com/tiny-http/tiny-http/pull/190) diff --git a/Cargo.toml b/Cargo.toml index 963a3bba..10f2a15a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny_http" -version = "0.8.0" +version = "0.8.1" authors = ["pierre.krieger1708@gmail.com", "Corey Farwell "] description = "Low level HTTP server library"