From 609b56db759e3ea18062b999a5814a5cc7894a3c Mon Sep 17 00:00:00 2001 From: parsonsmatt Date: Wed, 7 Feb 2024 16:43:50 -0700 Subject: [PATCH] Update changelog, cabal file --- persistent/ChangeLog.md | 7 +++++++ persistent/persistent.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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