diff --git a/CHANGELOG.md b/CHANGELOG.md index fd588b3ff..0dd00680b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Don't display affiliations of users with types `patron` or `dcb`. Refs UIU-2967. * Make the `username` field required for users with the `staff` type in ECS mode. Refs UIU-2970. +* Also support `feesfines` interface version `19.0`. Refs UIU-2960. ## [10.0.0](https://github.com/folio-org/ui-users/tree/v10.0.0) (2023-10-13) [Full Changelog](https://github.com/folio-org/ui-users/compare/v9.0.3...v10.0.0) diff --git a/package.json b/package.json index ff6c1c89b..aaaa2d4c5 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "automated-patron-blocks": "0.1", "circulation": "9.0 10.0 11.0 12.0 13.0 14.0", "consortia": "1.0", - "feesfines": "16.1 17.0 18.0", + "feesfines": "16.1 17.0 18.0 19.0", "loan-policy-storage": "1.0 2.0", "loan-storage": "4.0 5.0 6.0 7.0", "notes": "2.0 3.0",