Version bump

This commit is contained in:
Michael Snoyman 2016-03-29 09:15:57 +03:00
parent da4948592d
commit 31d07481f1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.4.14
* Multiple session messages. [#1187](https://github.com/yesodweb/yesod/pull/1187)
## 1.4.13
* Add a CSRF token to the login form from `Yesod.Auth.Hardcoded`, making it compatible with the CSRF middleware [#1161](https://github.com/yesodweb/yesod/pull/1161)

View File

@ -1,5 +1,5 @@
name: yesod-auth
version: 1.4.13
version: 1.4.14
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin
@ -23,7 +23,7 @@ library
build-depends: base >= 4 && < 5
, authenticate >= 1.3
, bytestring >= 0.9.1.4
, yesod-core >= 1.4.14 && < 1.5
, yesod-core >= 1.4.20 && < 1.5
, wai >= 1.4
, template-haskell
, base16-bytestring