Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrap committed Aug 6, 2017
1 parent d655afa commit 7da9c07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Network/Wreq/Session.hs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ module Network.Wreq.Session
, putWith
, deleteWith
, customMethodWith
, customPayloadMethodWith
-- * Extending a session
, Lens.seshRun
) where
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
-*- markdown -*-

2017-01-09 0.5.1.0

* Add Session-specific version of Network.Wreq.customPayloadMethodWith

* 8.2 GHC compatibility

2017-01-09 0.5.0.0

* Compatible with `http-client` >= 0.5
Expand Down
2 changes: 1 addition & 1 deletion wreq.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wreq
version: 0.5.0.1
version: 0.5.1.0
synopsis: An easy-to-use HTTP client library.
description:
.
Expand Down

0 comments on commit 7da9c07

Please sign in to comment.