diff --git a/NEWS.md b/NEWS.md index 5759b6c..afba0f2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +## 2.8.0 2023-10-11 + +* [MODAUD-110](https://issues.folio.org/browse/MODAUD-110) - Logging improvement +* [MODAUD-161](https://issues.folio.org/browse/MODAUD-161) - Use GitHub Workflows api-lint and api-schema-lint and api-doc +* [MODAUD-164](https://issues.folio.org/browse/MODAUD-164) - Allow action types for loan info +* [MODAUD-166](https://issues.folio.org/browse/MODAUD-166) - Update to Java 17 +* [MODAUD-167](https://issues.folio.org/browse/MODAUD-167) - Upgrade folio-kafka-wrapper to 3.0.0 version +* [MODAUD-168](https://issues.folio.org/browse/MODAUD-168) - Incorrect Patron name shown in Circulation log as source for Change Due Date + ## 2.7.0 2023-02-23 * [MODAUD-137](https://issues.folio.org/browse/MODAUD-137) - Logging improvement - Configuration diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index ac9d29b..e7bfceb 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -20,7 +20,7 @@ }, { "id": "users", - "version": "15.2 16.0" + "version": "16.0" }, { "id": "template-engine", @@ -28,15 +28,15 @@ }, { "id": "inventory", - "version": "12.0 13.0" + "version": "13.0" }, { "id": "holdings-storage", - "version": "4.4 5.0 6.0" + "version": "6.0" }, { "id": "cancellation-reason-storage", - "version": "1.1" + "version": "1.2" } ], "provides": [ diff --git a/mod-audit-server/pom.xml b/mod-audit-server/pom.xml index 14f5b4e..1bc17c9 100644 --- a/mod-audit-server/pom.xml +++ b/mod-audit-server/pom.xml @@ -2,13 +2,13 @@ 4.0.0 mod-audit-server - 2.7.1-SNAPSHOT + 2.8.1-SNAPSHOT jar mod-audit org.folio - 2.7.1-SNAPSHOT + 2.8.1-SNAPSHOT @@ -41,7 +41,7 @@ org.folio folio-kafka-wrapper - 3.0.0-SNAPSHOT + 3.0.0 org.apache.kafka diff --git a/pom.xml b/pom.xml index 3267ea2..8af9fa4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.folio mod-audit - 2.7.1-SNAPSHOT + 2.8.1-SNAPSHOT pom