diff --git a/NEWS.md b/NEWS.md index b1f3b1c4..9b5106df 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ ## 3.14.0 - Unreleased +### Technical tasks +[MODOAIPMH-576](https://folio-org.atlassian.net/browse/MODOAIPMH-576) Update source-storage-records to v3.3 and source-storage-source-records to v3.2 with module permission renaming + ## 3.13.0 (Released) This release includes dependency updates and minor fixes diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index 16c683a4..3b90e2ef 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -34,8 +34,8 @@ "inventory-storage.material-types.collection.get", "inventory-storage.modes-of-issuance.collection.get", "inventory-storage.nature-of-content-terms.collection.get", - "source-storage.records.get", - "source-storage.sourceRecords.get", + "source-storage.source-records.item.get", + "source-storage.source-records.collection.get", "user-tenants.collection.get" ] }, @@ -172,11 +172,11 @@ }, { "id": "source-storage-records", - "version": "3.0" + "version": "3.3" }, { "id": "source-storage-source-records", - "version": "3.0" + "version": "3.2" }, { "id": "configuration",