Bump minor, not patch

This commit is contained in:
patrick brisbin 2021-04-08 10:07:18 -04:00
parent 7875930c43
commit 0c2a4ebc81
No known key found for this signature in database
GPG Key ID: 20299C6982D938FB
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# ChangeLog for yesod-core # ChangeLog for yesod-core
## 1.6.18.9 ## 1.6.19.0
* Change order of priority in `languages`[#1721](https://github.com/yesodweb/yesod/pull/1721) * Change order of priority in `languages`[#1721](https://github.com/yesodweb/yesod/pull/1721)

View File

@ -1239,7 +1239,7 @@ cacheBySet key value = do
-- --
-- This is handled by parseWaiRequest (not exposed). -- This is handled by parseWaiRequest (not exposed).
-- --
-- __NOTE__: Before version @1.6.18.9@, this function prioritized the session -- __NOTE__: Before version @1.6.19.0@, this function prioritized the session
-- variable above all other sources. -- variable above all other sources.
-- --
languages :: MonadHandler m => m [Text] languages :: MonadHandler m => m [Text]

View File

@ -1,5 +1,5 @@
name: yesod-core name: yesod-core
version: 1.6.18.9 version: 1.6.19.0
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>