From 56c104c2ce0716ba2036c3380fbd3eee8153c294 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Mon, 31 Oct 2022 21:11:58 +1300 Subject: [PATCH] Release 2.3! --- ChangeLog.md | 4 ++++ hurl.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 3f41653..af61c58 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for hurl +## 2.3.0.0 -- 2022-10-31 +* Fix MIMEtypes on error messages. +* Fix overly-strict certificate validation, sacrificing clientside certificates. + ## 2.2.0.0 -- 2022-08-06 * Fix webform submission, refine API, & support multiple encodings. * Switch from OpenSSL to `tls`/Cryptonite for a cryptographic backend for better error reporting & to fix Gemini implementation diff --git a/hurl.cabal b/hurl.cabal index bbd5656..63c2916 100644 --- a/hurl.cabal +++ b/hurl.cabal @@ -10,7 +10,7 @@ name: hurl -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 2.2.0.0 +version: 2.3.0.0 -- A short (one-line) description of the package. synopsis: Haskell URL resolver -- 2.30.2