M ChangeLog.md => ChangeLog.md +4 -0
@@ 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
M hurl.cabal => hurl.cabal +1 -1
@@ 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