diff --git a/NEWS.md b/NEWS.md index b31a5daa6..4315f3fc7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +## 5.2.1 2022-07-26 + * Extended logging + * Added readonly transaction scopes for read only operations in subscription agreements and entitlements + ## 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 diff --git a/service/gradle.properties b/service/gradle.properties index 59efcb080..a004cbafa 100644 --- a/service/gradle.properties +++ b/service/gradle.properties @@ -11,7 +11,7 @@ gradleWrapperVersion=5.4 # Application appName=mod-agreements -appVersion=5.2.0 +appVersion=5.2.1 dockerTagSuffix= dockerRepo=folioci