Version bump

This commit is contained in:
Michael Snoyman 2014-11-28 07:47:30 +02:00
parent a87778a003
commit c95e74053b
3 changed files with 6 additions and 1 deletions

View File

@ -615,6 +615,7 @@ defaultClientSessionBackend minutes fp = do
-- printed on @/dev/stdout/@
-- 2. Use @clientsession-generate@
--
-- Since 1.4.5
envClientSessionBackend :: Int -- ^ minutes
-> String -- ^ environment variable name
-> IO SessionBackend

View File

@ -1,3 +1,7 @@
## 1.4.5
* `envClientSessionBackend`
## 1.4.4.5
Support time 1.5

View File

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