Skip to content

Commit

Permalink
chore: Release 5.2.0
Browse files Browse the repository at this point in the history
Bumped version number and updated NEWS.md file

ERM-2028
  • Loading branch information
EthanFreestone committed Jun 29, 2022
1 parent 8183a64 commit d884c70
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
## 5.2.0 In progress
## 5.2.0 2022-06-29
* ERM-2219 Description property missing from package schema
* ERM-2218 Removing values from multi-valued custom property in UI does not update the values
* ERM-2209 New package metadata fields give errors on null
* ERM-2201 Error on attempting to render agreement with a supplementary property
* ERM-2174 Invalid JSON returned for some entitlementOptions
* ERM-2172 Populate extended Package metadata from GOKb data (hasMany properties)
* ERM-2124 Add multi-value support to custom properties
* ERM-2094 Populate GOKb UUID and ID as package identifier
* ERM-2092 Include package IDs in exports
* ERM-2069 mod-agreements Grails wrapper SAXParseException
* ERM-2059 Populate extended Package metadata from GOKb data
* ERM-2046 Support package identifiers
* ERM-2045 Extend Package data model to store additional information
* ERM-2044 Ability to make custom properties deprecated
* ERM-2042 Duplicating agreement/license inc. documents moves files from original to new agreement/license
* ERM-1986 Move identifiers between title instances
* ERM-1981 Add version property for Subscription Agreements
* ERM-1850 In e-resources search and sort results only include results that have entitlementOptions
* ERM-778 Add Date type to customProperties
* Removed GOKb_TEST from sample data
* Removed default perPage 100 in urlMappings for customPropertyDefinitions

## 5.1.0 2022-03-03
* ERM-2036 Remove 'is not' option from Organization filter in Agreements simple search
Expand Down
2 changes: 1 addition & 1 deletion service/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gradleWrapperVersion=5.4

# Application
appName=mod-agreements
appVersion=5.2.0-SNAPSHOT
appVersion=5.2.0
dockerTagSuffix=
dockerRepo=folioci

Expand Down

0 comments on commit d884c70

Please sign in to comment.