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