M ChangeLog.md => ChangeLog.md +4 -0
@@ 1,5 1,9 @@
# Revision history for hurl
+## 2.1.1.0 -- 2021-07-22
+* Add support for submitting forms (fallsback to normal URL resolution).
+* Allow setting cookies in response HTTP POST, including retroactively for the sake of CSRF protections.
+
## 2.1.0.1 -- 2021-03-09
* Fixes a build failure.
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.1.0.1
+version: 2.1.1.0
-- A short (one-line) description of the package.
synopsis: Haskell URL resolver