diff --git a/CHANGELOG.md b/CHANGELOG.md index b11de3c00..f1f73ae24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change history for ui-agreements +## 11.0.3 2024-07-05 + * ERM-3288 Fix permission on /erm/files/{id}/raw in mod-agreements + ## 11.0.2 2024-05-28 * ERM-3248 Use static endpoints for /resources and /entitlementOptions in Poppy Compatible release * ERM-3246 Improve performance of entitlementOptions endpoint diff --git a/package.json b/package.json index 7774a0457..053436bcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/agreements", - "version": "11.0.2", + "version": "11.0.3", "description": "ERM agreement functionality for Stripes", "main": "src/index.js", "publishConfig": { @@ -172,7 +172,8 @@ "description": "A user with this permission is able to download and view the content of Agreement document files", "visible": true, "subPermissions": [ - "erm.files.item.download" + "erm.files.item.download", + "erm.files.view" ] }, {