From d634972dda166a0ed58a2f5b7dce0d72d394bc6e Mon Sep 17 00:00:00 2001 From: psmagin Date: Tue, 5 Nov 2024 13:42:52 +0200 Subject: [PATCH] - update NEWS --- NEWS.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 9651aed8c..6af146747 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,28 @@ -## v28.0.0 In progress +## v28.1.0 YYYY-mm-DD +### Breaking changes +* Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE)) + +### New APIs versions +* Provides `API_NAME vX.Y` +* Requires `API_NAME vX.Y` + +### Features +* Modify endpoint for bulk instances upsert with publish events flag ([MODINVSTOR-1283](https://folio-org.atlassian.net/browse/MODINVSTOR-1283)) + +### Bug fixes +* Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE)) + +### Tech Dept +* Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE)) + +### Dependencies +* Bump `LIB_NAME` from `OLD_VERSION` to `NEW_VERSION` +* Add `LIB_NAME VERSION` +* Remove `LIB_NAME` + +--- + +## v28.0.0 2024-11-01 ### Breaking changes * Migrate "publicationPeriod" data to the Dates object and remove it from the Instance schema ([MODINVSTOR-1232](https://folio-org.atlassian.net/browse/MODINVSTOR-1232)) * Delete deprecated `shelf-locations` API ([MODINVSTOR-1183](https://folio-org.atlassian.net/browse/MODINVSTOR-1183))