From f86b8d8b5482958b290c2a66f87cc012d2b2e60f Mon Sep 17 00:00:00 2001 From: Roman_Barannyk Date: Fri, 13 Oct 2023 15:27:35 +0300 Subject: [PATCH 1/4] Update NEWS --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2f9b006..41fe381 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +## 5.0.0 2023-10-13 + +* Add allowed-service-points endpoint ([EDGPATRON-119](https://issues.folio.org/browse/EDGPATRON-119)) +* Support Consortium Authentication & Routing ([EDGPATRON-114](https://issues.folio.org/browse/EDGPATRON-114)) +* Fix `patron` interface version ([EDGPATRON-113](https://issues.folio.org/browse/EDGPATRON-113)) +* Use GitHub Workflows api-lint and api-schema-lint and api-doc ([EDGPATRON-112](https://issues.folio.org/browse/EDGPATRON-112)) +* Updating `patron`, `circulation` interfaces ([EDGPATRON-113](https://issues.folio.org/browse/EDGPATRON-113)) + ## 4.11.0 2023-02-15 * Upgrade to edge-common 4.4.2 ([EDGPATRON-106](https://issues.folio.org/browse/EDGPATRON-106)) From 77bc5a0193bb45db1b2c26003dc8b7425db65d15 Mon Sep 17 00:00:00 2001 From: Roman_Barannyk Date: Thu, 21 Mar 2024 15:12:56 +0200 Subject: [PATCH 2/4] Update NEWS --- NEWS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index c0c5d1c..2c2f800 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ -## 5.0.1 2023-11-06 +## 5.1.0 2024-03-21 -* Vert.x 4.4.6, Netty 4.1.100.Final ([EDGPATRON-123](https://issues.folio.org/browse/EDGPATRON-123)) +* Upgrade to Vert.x 4.5.5, log4j-bom 2.23.0 ([EDGEPATRON-128](https://folio-org.atlassian.net/browse/EDGPATRON-128)) +* Upgrade to Vert.x 4.4.6, Netty 4.1.100.Final ([EDGPATRON-123](https://issues.folio.org/browse/EDGPATRON-123)) ## 5.0.0 2023-10-13 From 5923ed3607c93a4a4ac0d6d2fd80c1f7ff1917ee Mon Sep 17 00:00:00 2001 From: Roman_Barannyk Date: Thu, 21 Mar 2024 15:16:01 +0200 Subject: [PATCH 3/4] [maven-release-plugin] prepare release v5.1.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4704eb6..863fb0f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.folio edge-patron - 5.1.0-SNAPSHOT + 5.1.0 jar Edge API - Patron Empowerment @@ -17,7 +17,7 @@ https://github.com/folio-org/edge-patron.git scm:git:git://github.com/folio-org/edge-paton.git scm:git:git@github.com:folio-org/edge-patron.git - HEAD + v5.1.0 From a619f4d560cba3bd8efbd3843ef55eda6e671380 Mon Sep 17 00:00:00 2001 From: Roman_Barannyk Date: Thu, 21 Mar 2024 15:16:02 +0200 Subject: [PATCH 4/4] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 863fb0f..3f08745 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.folio edge-patron - 5.1.0 + 5.2.0-SNAPSHOT jar Edge API - Patron Empowerment @@ -17,7 +17,7 @@ https://github.com/folio-org/edge-patron.git scm:git:git://github.com/folio-org/edge-paton.git scm:git:git@github.com:folio-org/edge-patron.git - v5.1.0 + HEAD