Skip to content

Commit

Permalink
[CIRCSTORE-497] Release 17.2.0 (folio-org#455)
Browse files Browse the repository at this point in the history
* Update NEWS

* [maven-release-plugin] prepare release v17.2.0

* [maven-release-plugin] prepare for next development iteration
  • Loading branch information
roman-barannyk authored Mar 20, 2024
1 parent 5390275 commit aa3f749
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>mod-circulation-storage</artifactId>
<groupId>org.folio</groupId>
<version>17.2.0-SNAPSHOT</version>
<version>17.3.0-SNAPSHOT</version>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down

0 comments on commit aa3f749

Please sign in to comment.