diff --git a/README.md b/README.md index d9549b9..46e7b15 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Connect (4.0.1) +# Connect (4.0.2) The "Connect" component is responsible for the communication with a target system. This component implements the logic of the interaction protocol, receiving and sending messages from and to the system, respectively. @@ -127,6 +127,10 @@ spec: ## Release notes +### 4.0.2 ++ Fixed conn write sailfish service logs into last sailfish workspace layer problem ++ Updated `sailfish-core` version from `3.3.132` to `3.3.169` + ### 4.0.1 #### Fixed: diff --git a/build.gradle b/build.gradle index 6e3bd37..339aeb6 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencyCheck { } ext { - sailfishVersion = '3.3.132' + sailfishVersion = '3.3.169' } ext.excludeSailfish = { rcd -> diff --git a/gradle.properties b/gradle.properties index 3f3cf93..7cfebe4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -release_version = 4.0.1 +release_version = 4.0.2