diff --git a/README.md b/README.md index 6ac404f..fdf411d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2-conn-dirty-fix (1.6.0) +# th2-conn-dirty-fix (1.6.1) This microservice allows sending and receiving messages via FIX protocol @@ -335,7 +335,7 @@ spec: # Changelog -## 1.6.0 +## 1.6.1 * Channel subscriptions recovery on failure * Updated bom: `4.6.1-dev` @@ -458,4 +458,4 @@ spec: ## 0.0.2 -* Supported the password encryption via `RSA` algorithm. +* Supported the password encryption via `RSA` algorithm. \ No newline at end of file diff --git a/build.gradle b/build.gradle index 9ec8417..7f274f4 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ import com.github.jk1.license.render.JsonReportRenderer plugins { id 'java' id 'org.jetbrains.kotlin.jvm' version '1.8.22' - id 'com.palantir.docker' version '0.36.0' + id 'com.palantir.docker' version '0.25.0' id "org.owasp.dependencycheck" version "9.0.9" id "com.gorylenko.gradle-git-properties" version "2.4.1" id 'com.github.jk1.dependency-license-report' version '2.5' diff --git a/gradle.properties b/gradle.properties index c603e2f..276213d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,3 @@ -release_version=1.6.0 \ No newline at end of file +release_version=1.6.1 +description='Dirty-TCP client' +vcs_url=https://github.com/th2-net/th2-conn-dirty-fix \ No newline at end of file