Skip to content

Commit 67fab78

Browse files
committed
Bump version
1 parent 6fcd223 commit 67fab78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

yesod-test/ChangeLog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ChangeLog for yesod-test
22

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

66
## 1.6.16
77

yesod-test/Yesod/Test.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ getResponse = fmap yedResponse getSIO
335335
-- | Get the cookies set for the current test. Differs from `getRequestCookies`
336336
-- in that this allows you to access cookies outside of a request builder
337337
--
338-
-- Since 1.6.16
338+
-- @since 1.6.17
339339
getCookies :: YesodExample site Cookies
340340
getCookies = fmap yedCookies getSIO
341341

yesod-test/yesod-test.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yesod-test
2-
version: 1.6.16
2+
version: 1.6.17
33
license: MIT
44
license-file: LICENSE
55
author: Nubis <[email protected]>

0 commit comments

Comments
 (0)