~alcinnz/hurl

0bdcc12855235c8af55a92806c4d7961024a0e5a — Adrian Cochrane 1 year, 5 months ago 7d31eda
Release 2.1.1!
2 files changed, 5 insertions(+), 1 deletions(-)

M ChangeLog.md
M hurl.cabal
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