diff --git a/CHANGELOG.md b/CHANGELOG.md index 626b107aa..1451391bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Prowide ISO 20022 - CHANGELOG +#### 10.2.1 - June 2024 + * Enhanced the AppHdrFactory to honor the business service set in the parameter MxId + * Enhanced the MxParseUtils#identifyMessage to set the business service in the MxId when present + #### 10.2.0 - May 2024 * SWIFT Standard release update 2024 (live 16 November 2024) * Yearly revision of deprecation phase (see https://dev.prowidesoftware.com/SRU2024/getting-started/deprecation/) diff --git a/build.gradle b/build.gradle index aa8909526..164fd740d 100644 --- a/build.gradle +++ b/build.gradle @@ -147,7 +147,7 @@ configure(subprojects.findAll {it.name.endsWith('-mx')}) { project(':iso20022-core') { dependencies { // included build - api 'com.prowidesoftware:pw-swift-core:SRU2024-10.2.0' + api 'com.prowidesoftware:pw-swift-core:SRU2024-10.2.1' implementation 'org.apache.commons:commons-lang3:3.14.0' implementation 'com.google.code.gson:gson:2.11.0' @@ -330,7 +330,7 @@ artifacts { // declared dependencies for pom generation dependencies { // included build (keep in sync with the latest Prowide Core version) - api 'com.prowidesoftware:pw-swift-core:SRU2024-10.2.0' + api 'com.prowidesoftware:pw-swift-core:SRU2024-10.2.1' // included transitive dependencies from Prowide Core //implementation 'org.apache.commons:commons-lang3:3.14.0'