diff --git a/NEWS.md b/NEWS.md index 3a4e8459..7f3c2d66 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,18 @@ +* ## 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) +* Upgrade actions for API-related workflows (FOLIO-3944) +* Add more logging to loan POST API (CIRCSTORE-480) +* Do not close Kafka producer after publishing (CIRCSTORE-477) +* Update folio-kafka-wrapper to version 3.0.2 (CIRCSTORE-473) +* Add missing indexes to table audit_loan (CIRCSTORE-474) +* Publish circulation rules update events (CIRCSTORE-470) +* Add migration script to include search slips in the DB (CIRCSTORE-465) +* Fix spelling of `fulfillmentPreference` in existing requests (CIRCSTORE-460) +* Update RMB to v35.1, Vert.x to v4.4.5 (CIRCSTORE-459) +* Fix NPE in request search fields migration (CIRCSTORE-457) + ## 17.1.0 2023-10-12 * Add notice triggering event `Due date - with reminder fee` (CIRCSTORE-452) * Add missing descriptions to JSON-schemas (CIRCSTORE-409) diff --git a/pom.xml b/pom.xml index 2dbb241c..29990daa 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 mod-circulation-storage org.folio - 17.2.0-SNAPSHOT + 17.3.0-SNAPSHOT Apache License 2.0 @@ -80,7 +80,7 @@ org.folio folio-kafka-wrapper - 3.0.2 + 3.1.1 junit @@ -316,12 +316,12 @@ org.aspectj aspectjrt - 1.9.19 + 1.9.22 org.aspectj aspectjtools - 1.9.19 + 1.9.22