diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 00d95d120..402b449e2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,8 +2,8 @@ Prowide ISO 20022 - CHANGELOG ----------------------------------------------------------------------------------------------------------------------- -SNAPSHOT 9.1.8 - * (PW-584) Adding localized line separator in the model to XML serialization +RELEASE 9.1.8 - October 2021 + * (PW-584) Enhanced the XML serialization to use localized line separators RELEASE 9.1.7 - June 2021 * (GH-26) Fixed AppHdr JSON conversion with explicit new namespace field as discriminator diff --git a/build.gradle b/build.gradle index 21d726c40..dc867b1de 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'maven' def SRU = "2020" -version = "SRU${SRU}-9.1.8-SNAPSHOT" +version = "SRU${SRU}-9.1.8" group 'com.prowidesoftware' sourceCompatibility = '1.8' @@ -225,7 +225,7 @@ task writePom { dependencies { // included build (keep in sync with the latest Prowide Core version, this goes to Maven transitive dependency) - api 'com.prowidesoftware:pw-swift-core:SRU2020-9.1.5' + api 'com.prowidesoftware:pw-swift-core:SRU2020-9.1.8' implementation 'org.apache.commons:commons-lang3:3.8.1' implementation 'com.google.code.gson:gson:2.8.2' }