diff --git a/NEWS.md b/NEWS.md index b316d7bf7..76d213f4c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +## 14.0.0 - Unreleased + +### Stories +* [MODORDERS-1463](https://folio-org.atlassian.net/browse/MODORDERS-1463) - Bump acquisition-methods interfaces to 1.1 for the deprecated flag + ## 13.1.0 - Released (Trillium R2 2025) This release focused on upgrading to Vert.x 5.0, improving holdings/instance connection handling, enhancing fiscal year and encumbrance logic, piece/receiving improvements, and a large round of bug fixes across the acquisitions flow. diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index 934a2fd8d..1a69264d8 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -736,7 +736,7 @@ }, { "id": "acquisition-methods", - "version": "1.0", + "version": "1.1", "handlers": [ { "methods": ["GET"], @@ -1353,7 +1353,7 @@ }, { "id": "orders-storage.acquisition-methods", - "version": "1.0" + "version": "1.1" }, { "id": "locale",