diff --git a/NEWS.md b/NEWS.md index f9444e48..89b33506 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +## 7.1.5 2025-01-24 + * ERM-3570 Add missing required interfaces to Module Descriptor + ## 7.1.4 2025-01-07 * ERM-3464 /erm/entitilements API returns invalid JSON data diff --git a/service/gradle.properties b/service/gradle.properties index e9f70cfc..88ce689d 100644 --- a/service/gradle.properties +++ b/service/gradle.properties @@ -4,7 +4,7 @@ gormVersion=8.0.3 # Application appName=mod-agreements -appVersion=7.1.4 +appVersion=7.1.5 okapiInterfaceVersion=7.1 dockerTagSuffix= dockerRepo=folioci diff --git a/service/src/main/okapi/ModuleDescriptor-template.json b/service/src/main/okapi/ModuleDescriptor-template.json index 6041dca8..678093f1 100644 --- a/service/src/main/okapi/ModuleDescriptor-template.json +++ b/service/src/main/okapi/ModuleDescriptor-template.json @@ -1042,6 +1042,18 @@ } ], "optional": [ + { + "id": "usage-data-providers", + "version": "3.0" + }, + { + "id": "licenses", + "version": "6.1" + }, + { + "id": "eholdings", + "version": "4.0" + }, { "id": "organizations.organizations", "version": "1.0"