diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e5a362..e7f8c86d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,7 @@ * Use current optional dependencies. Refs UIREQ-1031. * Update Requests error messages. Refs UIREQ-1036. * Replace using of error.message with enum values for translation keys. Refs UIREQ-789. +* Update `circulation` interface version to `14.2`. Refs UIREQ-1038. ## [8.0.2](https://github.com/folio-org/ui-requests/tree/v8.0.2) (2023-03-29) [Full Changelog](https://github.com/folio-org/ui-requests/compare/v8.0.1...v8.0.2) diff --git a/package.json b/package.json index d65605a1..5f69200b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "queryResource": "query", "okapiInterfaces": { "cancellation-reason-storage": "1.1", - "circulation": "14.0", + "circulation": "14.2", "inventory": "10.0 11.0 12.0 13.0", "request-storage": "6.0", "pick-slips": "0.1",