Skip to content

Commit

Permalink
Merge pull request #851 from folio-org/release/7.1.5
Browse files Browse the repository at this point in the history
Release 7.1.5
  • Loading branch information
Jack-Golding authored Jan 24, 2025
2 parents dd45eff + 7b7b41a commit 9da5e01
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion service/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9da5e01

Please sign in to comment.