diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d7772..0485d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Remove bigtests from github actions. Refs UICHKIN-425. * Update upload-artifact actions from v1 and v2 to v4. Refs UICHKIN-431. * Remove barcode trimming before it is sent to backend for processing. Refs UICHKIN-424. +* Also support okapiInterfaces `inventory` `14.0`. Refs UICHKIN-433. ## [9.1.1] (https://github.com/folio-org/ui-checkin/tree/v9.1.1) (2024-03-27) [Full Changelog](https://github.com/folio-org/ui-checkin/compare/v9.1.0...v9.1.1) diff --git a/package.json b/package.json index 567c120..bed0979 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "okapiInterfaces": { "circulation": "9.0 10.0 11.0 12.0 13.0 14.0", "configuration": "2.0", - "inventory": "10.0 11.0 12.0 13.0", + "inventory": "10.0 11.0 12.0 13.0 14.0", "loan-policy-storage": "1.0 2.0", "users": "15.0 16.0", "feesfines": "17.0 18.0 19.0"