diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf90e733..27e938429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change history for ui-users +## [8.1.1](https://github.com/folio-org/ui-users/tree/v8.1.1) (2022-07-18) +[Full Changelog](https://github.com/folio-org/ui-users/compare/v8.1.0...v8.1.1) + +* Spread out the fields on the new Fee/Fine modal. Fixes UIU-2620. +* Accurately count open-loans when there are > 1000. Refs UIU-2631. +* After new fee/fine charged at Check-in, unable to get to Users app. Refs UIU-2626. + ## [8.1.0](https://github.com/folio-org/ui-users/tree/v8.1.0) (2022-06-27) [Full Changelog](https://github.com/folio-org/ui-users/compare/v8.0.0...v8.1.0) diff --git a/package.json b/package.json index 515516b19..87d492a9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/users", - "version": "8.1.0", + "version": "8.1.1", "description": "User management", "repository": "folio-org/ui-users", "publishConfig": {