diff --git a/CHANGELOG.md b/CHANGELOG.md index 041cdc5..fc30788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.6.1 +--- + +* Support `cookie-0.5.0`, see [#137](https://github.com/fizruk/http-api-data/pull/137). + Note that `cookie-0.5.0`'s parser now drops removes double quotes around cookie values. + 0.6 --- diff --git a/http-api-data.cabal b/http-api-data.cabal index 7b32b8f..9da4d7e 100644 --- a/http-api-data.cabal +++ b/http-api-data.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 name: http-api-data -version: 0.6 +version: 0.6.1 x-revision: 1 synopsis: Converting to/from HTTP API data like URL pieces, headers and query parameters. @@ -52,7 +52,7 @@ library -- other-dependencies build-depends: - cookie >= 0.4.3 && < 0.5 + cookie >= 0.4.3 && < 0.6 , hashable >= 1.2.7.0 && < 1.5 , http-types >= 0.12.3 && < 0.13 , text-iso8601 >= 0.1 && < 0.2