From c2b7cd5a8a31b2bdceeaab22558e2fe390957ac9 Mon Sep 17 00:00:00 2001 From: Gurleen Kaur Date: Wed, 20 Mar 2024 16:46:01 +0530 Subject: [PATCH] MODINREACH-422 - Update News.md --- NEWS.md | 14 ++++++++++++++ descriptors/ModuleDescriptor-template.json | 6 +++--- pom.xml | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 389f9d973..a43dabefc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +## v3.2.0 2024-03-20 + +### Stories +* [MODINREACH-400](https://issues.folio.org/browse/MODINREACH-400) - Update 'feesfines' interface version to 19.0 +* [MODINREACH-380](https://issues.folio.org/browse/MODINREACH-380) - Implement processing of items in outbox (initial contribution enhancements) +* [MODINREACH-404](https://issues.folio.org/browse/MODINREACH-404) - Mod-inn-reach module is failing during enabling operation +* [MODINREACH-403](https://issues.folio.org/browse/MODINREACH-403) - Secure setup of system users by default +* [MODINREACH-411](https://issues.folio.org/browse/MODINREACH-411) - Reduce error rate on initial contribution +* [MODINREACH-416](https://issues.folio.org/browse/MODINREACH-416) - FINAL_CHECKIN message not being sent when INN-Reach transaction state is "RETURN_UNCIRCULATED" or "BORROWER_RENEW" +* [MODINREACH-423](https://issues.folio.org/browse/MODINREACH-423) - Final check in operation is missing configuration permission +* [MODINREACH-424](https://issues.folio.org/browse/MODINREACH-424) - Patron validation endpoint should strip commas and leading and trailing spaces from the patron name field +* [MODINREACH-420](https://issues.folio.org/browse/MODINREACH-420) - Update Spring version for Quesnelia + + ## v3.1.0 2023-10-12 ### Stories diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index 3059f9268..f5b819b50 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -16,11 +16,11 @@ }, { "id": "users", - "version": "16.0" + "version": "16.1" }, { "id": "inventory", - "version": "13.0" + "version": "13.1" }, { "id": "service-points-users", @@ -48,7 +48,7 @@ }, { "id": "source-storage-records", - "version": "3.1" + "version": "3.2" }, { "id": "feesfines", diff --git a/pom.xml b/pom.xml index 4044a06a7..867da4d7f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ - 3.1.0 + 4.0.0 8.1.0 4.1.0 4.4