diff --git a/NEWS.md b/NEWS.md index 5cc97354..f9444e48 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +## 7.1.4 2025-01-07 + * ERM-3464 /erm/entitilements API returns invalid JSON data + ## 7.1.3 2024-12-06 * ERM-3436 When exporting a KBART file, the column date_last_issue_online should not contain a NULL value in case there is no end year * ERM-3432 Add documentation to mod-agreements README regarding upgrade / federated lock advice diff --git a/service/gradle.properties b/service/gradle.properties index e01a5bf7..e9f70cfc 100644 --- a/service/gradle.properties +++ b/service/gradle.properties @@ -4,7 +4,7 @@ gormVersion=8.0.3 # Application appName=mod-agreements -appVersion=7.1.3 +appVersion=7.1.4 okapiInterfaceVersion=7.1 dockerTagSuffix= dockerRepo=folioci