From e9c10901389442d5069f2e91514b410373f85b56 Mon Sep 17 00:00:00 2001 From: Ethan Freestone Date: Mon, 4 Oct 2021 16:36:32 +0100 Subject: [PATCH] chore: Release 5.0.0 NEWS.md updated, SNAPSHOT removed from version ERM-1865 --- NEWS.md | 23 ++++++++++++++++++++++- service/gradle.properties | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1e05ea2a6..2cf257c1a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,27 @@ -## 5.0.0 (In Progress) +## 5.0.0 2021-10-04 + * ERM-1848 Support duplicating supplementary docs and supplementary properties separately on duplicating an agreement + * ERM-1847 Failure to resolve a title should lead to skipping title + * ERM-1819 Add PTI URL to entitlement log entries + * ERM-1816 Error on tagging an agreement line which references an external (eHoldings) resource + * ERM-1801 Implement Title Ingest process + * ERM-1781 Error on adding coverage to PCI which overlaps with existing coverage on PTI/TI + * ERM-1777 Templated URL not updating on deletion of Proxy + * ERM-1774 Regularly remove organizations that do not have any links to Agreements/Packages + * ERM-1766 Change restriction on GOKb harvest `editStatus` value + * ERM-1765 triggerEntitlementLogUpdate fails after deletion of agreement line + * ERM-1755 If a KBART file fails to load, the job outcome should be "failure" + * ERM-1754 PCI accessStart and accessEnd dates should be ignored when PCI added as individual resource to agreement + * ERM-1753 Migration to new Org / Org role structure leads to duplicate notes + * ERM-1747 Bump versions across ERM apps follow Organization management changes + * ERM-1739 Remove duplicate stanzas from application.yml + * ERM-1723 Use label rather than name when sorting custom properties in agreements + * ERM-1649 Strictly enforce ISSN and ISBN vs eISSN/pISSN and eISBN/pISBN + * ERM-1645 The package resourceCount incorrectly includes PCIs with a removedTimestamp * ERM-1542 Make organization roles for agreements editable in tenant settings * ERM-1540 Support for multiple roles per organisation in Agreements + * ERM-1231 Add date created/last updated metadata to Agreements + * ERM-1001 Separate permissions for file download in Licenses/Agreements + * ERM-506 KB Local Admin | Export import logs as JSON ## 4.1.0 2021-06-15 * ERM-1730 Add renewalPriority to agreement widget definition diff --git a/service/gradle.properties b/service/gradle.properties index a4098fac0..eb3e2b336 100644 --- a/service/gradle.properties +++ b/service/gradle.properties @@ -11,6 +11,6 @@ gradleWrapperVersion=5.4 # Application appName=mod-agreements -appVersion=5.0.0-SNAPSHOT +appVersion=5.0.0 dockerTagSuffix= dockerRepo=folioci