version bump for neverExpires bug fix

This commit is contained in:
Greg Weber 2015-10-11 08:45:02 -07:00
parent 15d7bd458b
commit 3f2c550a06
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 1.4.16.1
* bugfix neverExpires leaked threads
## 1.4.15
* mkYesod avoids using reify when it isn't necessary. This avoids needing to define the site type below the call to mkYesod.

View File

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