From 3b0e250a28af550aff50e43b35f8f110391408ab Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Thu, 21 Sep 2023 10:52:37 +0400 Subject: [PATCH] [TH2-5076] Added readme --- README.md | 5 ++++- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e9c4c6..0a38d34 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2-conn-dirty-fix (1.4.0) +# th2-conn-dirty-fix (1.4.1) This microservice allows sending and receiving messages via FIX protocol @@ -328,6 +328,9 @@ spec: ``` # Changelog +### 1.4.1 +* Use UTC time zone for sending time tag + ### 1.4.0 * Ungraceful session disconnect support. * Removed NPE when session is reset by schedule. diff --git a/gradle.properties b/gradle.properties index dd536e5..749e44a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -release_version=1.4.0 +release_version=1.4.1 jackson_version=2.11.2