diff --git a/CHANGELOG.md b/CHANGELOG.md index 1749f994..e5670dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for ui-quick-marc +## [7.1.0] (IN PROGRESS) + +* [UIQM-571](https://issues.folio.org/browse/UIQM-571) Added `marc-records-editor.item.put` to Derive Bib permission to fix issue with broken links after deriving a record. + ## [7.0.1](https://github.com/folio-org/ui-quick-marc/tree/v7.0.1) (2023-10-13) * Use correct version of `ui-plugin-find-authority`. diff --git a/package.json b/package.json index 229f6229..7f9a4f7a 100644 --- a/package.json +++ b/package.json @@ -96,6 +96,7 @@ "subPermissions": [ "ui-quick-marc.quick-marc-editor.view", "marc-records-editor.status.item.get", + "marc-records-editor.item.put", "marc-records-editor.item.post", "marc-records-editor.links.suggestion.post", "instance-authority-links.instances.collection.put",