From afa222fee170bcf542cf06b3b8f95e18bae9dc53 Mon Sep 17 00:00:00 2001 From: SvitlanaKovalova1 Date: Wed, 16 Oct 2024 16:44:32 +0300 Subject: [PATCH] [CIRCSTORE-533] Upgrade "holdings-storage" API (#492) --- NEWS.md | 5 ++++- descriptors/ModuleDescriptor-template.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7f3c2d66..52c1ae70 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ -* ## 17.2.0 2024-03-20 +## 17.3.0 +* [CIRCSTORE-533](https://folio-org.atlassian.net/browse/CIRCSTORE-533) Upgrade "holdings-storage" to 8.0 + +## 17.2.0 2024-03-20 * Upgrade RMB to 35.2.0, Vert.x to 4.5.5, Spring to 6.1.5 (CIRCSTORE-494) * Add `displaySummary` field to `ActualCostRecord` schema (CIRCSTORE-493) * Fix NPE for requests with no position (CIRCSTORE-422) diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index f3cf1ef2..7dc9be02 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -8,7 +8,7 @@ }, { "id": "holdings-storage", - "version": "1.3 2.0 3.0 4.0 5.0 6.0 7.0" + "version": "1.3 2.0 3.0 4.0 5.0 6.0 7.0 8.0" }, { "id": "pubsub-event-types",