From 6fe5fe3e67294fb88e13e5b489b84d32293142bb Mon Sep 17 00:00:00 2001 From: Dary Cabrera Date: Thu, 12 Sep 2024 10:48:42 -0600 Subject: [PATCH] persistent-mongoDB-2.13.1.0 Co-authored-by: Matt Parsons --- persistent-mongoDB/ChangeLog.md | 4 ++++ persistent-mongoDB/persistent-mongoDB.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/persistent-mongoDB/ChangeLog.md b/persistent-mongoDB/ChangeLog.md index 7bf562515..6af565eda 100644 --- a/persistent-mongoDB/ChangeLog.md +++ b/persistent-mongoDB/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog for persistent-mongoDB +## 2.13.1.0 + +* Restore update write concern behavior with MongoDB Driver for MongoDB >= 6.0 [#1550](https://github.com/yesodweb/persistent/pull/1550) + ## 2.13.0.2 * Fix behavioral compatibility with MongoDB Driver for MongoDB >= 6.0 [#1545](https://github.com/yesodweb/persistent/pull/1545) diff --git a/persistent-mongoDB/persistent-mongoDB.cabal b/persistent-mongoDB/persistent-mongoDB.cabal index 2c6de362b..6bc2b02e1 100644 --- a/persistent-mongoDB/persistent-mongoDB.cabal +++ b/persistent-mongoDB/persistent-mongoDB.cabal @@ -1,5 +1,5 @@ name: persistent-mongoDB -version: 2.13.0.2 +version: 2.13.1.0 license: MIT license-file: LICENSE author: Greg Weber