Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsumabat committed Oct 10, 2023
1 parent 6fcd223 commit 67fab78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions yesod-test/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ChangeLog for yesod-test

## 1.6.16
* Add `getCookies`. [#1815](https://github.com/yesodweb/yesod/pull/1815)
## 1.6.17
* add `getCookies`. [#1815](https://github.com/yesodweb/yesod/pull/1815)

## 1.6.16

Expand Down
2 changes: 1 addition & 1 deletion yesod-test/Yesod/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ getResponse = fmap yedResponse getSIO
-- | Get the cookies set for the current test. Differs from `getRequestCookies`
-- in that this allows you to access cookies outside of a request builder
--
-- Since 1.6.16
-- @since 1.6.17
getCookies :: YesodExample site Cookies
getCookies = fmap yedCookies getSIO

Expand Down
2 changes: 1 addition & 1 deletion yesod-test/yesod-test.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yesod-test
version: 1.6.16
version: 1.6.17
license: MIT
license-file: LICENSE
author: Nubis <[email protected]>
Expand Down

0 comments on commit 67fab78

Please sign in to comment.