From 9aa21cff665a6e40396747e7006f234d8679a6b7 Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Tue, 17 May 2022 10:25:52 +0100
Subject: [PATCH] Release 1.2.5

---
 docs/releasenotes.md | 6 ++++++
 info.xml             | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/releasenotes.md b/docs/releasenotes.md
index 8cf9800..5720443 100644
--- a/docs/releasenotes.md
+++ b/docs/releasenotes.md
@@ -9,6 +9,12 @@ Releases use the following numbering system:
 
 * **[BC]**: Items marked with [BC] indicate a breaking change that will require updates to your code if you are using that code in your extension.
 
+## Release 1.2.5 (2022-05-17)
+
+* Separate `trxn_id` and `order_reference` params and prefer `trxn_id` in return values from `doPayment()`. This means that both are now available for use.
+* Refunds: Add a lock around recording refund payment in `MJWIPNTrait::updateContributionRefund()`. This means we should not record a duplicate refund if both UI and IPN are processed at the same time.
+* Update return params from `doRefund()`.
+
 ## Release 1.2.4
 
 * Fix [!30](https://lab.civicrm.org/extensions/mjwshared/-/merge_requests/30) Pledges are also recurring.
diff --git a/info.xml b/info.xml
index 26fc8db..1435ea4 100644
--- a/info.xml
+++ b/info.xml
@@ -14,8 +14,8 @@
     <url desc="Release Notes">https://lab.civicrm.org/extensions/mjwshared/-/blob/master/docs/releasenotes.md</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2022-05-05</releaseDate>
-  <version>1.2.4</version>
+  <releaseDate>2022-05-17</releaseDate>
+  <version>1.2.5</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.46</ver>
-- 
GitLab