diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3ae83c..08fb60f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.9.0 +- Uplifted remrem-semantics to 0.3.1 to override given input meta.source.serializer GAV information + ## 0.8.9 - Uplifted remrem-protocol version to 0.0.5 and remrem-semantics version to 0.3.0 diff --git a/build.gradle b/build.gradle index 2d69a547..dfb88c79 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ subprojects { dependencies { //Injectable Message Library and its Implementation compile ('com.github.Ericsson:eiffel-remrem-shared:0.3.4') - compile ('com.github.Ericsson:eiffel-remrem-semantics:0.3.0') + compile ('com.github.Ericsson:eiffel-remrem-semantics:0.3.1') compile ('com.github.Ericsson:eiffel-remrem-protocol-interface:0.0.5') //Authentication