From 7ac394cf66208b4c15341188dd73d699789b7aff Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Mon, 20 May 2019 22:30:26 -0700 Subject: [PATCH] Release notes for v0.8.1 --- History.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/History.md b/History.md index 8387cb5..2020845 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +0.8.1 / 2019-05-20 +================== + +- Add HTTP version to `HTTPure.Request` (thanks **@joneshf**) +- Fix inconsistent case-insensitivity with `HTTPure.Headers` (thanks **@joneshf**) + 0.8.0 / 2019-02-16 ================== - Re-export `HTTPure.Query` and `HTTPure.Status` (thanks **@akheron**)