diff --git a/persistent/ChangeLog.md b/persistent/ChangeLog.md index 9d5510f28..ceb25f41a 100644 --- a/persistent/ChangeLog.md +++ b/persistent/ChangeLog.md @@ -1,5 +1,12 @@ # Changelog for persistent +## 2.14.6.1 + +* [#1528](https://github.com/yesodweb/persistent/pull/1528) + * The `PersistField Int{,8,16,32,64}` instances will now work with a + `PersistRational`, provided that the denominator is 1. This fixes the bug + where `SUM` in Postgres would change the type of a column being summed. + ## 2.14.6.0 * [#1477](https://github.com/yesodweb/persistent/pull/1477) diff --git a/persistent/persistent.cabal b/persistent/persistent.cabal index 605401cb9..e50010262 100644 --- a/persistent/persistent.cabal +++ b/persistent/persistent.cabal @@ -1,5 +1,5 @@ name: persistent -version: 2.14.6.0 +version: 2.14.6.1 license: MIT license-file: LICENSE author: Michael Snoyman