From aa4fba6de226ed7d6c5b84fb91232087af261915 Mon Sep 17 00:00:00 2001 From: Oleg Date: Fri, 27 Oct 2023 18:16:51 +0400 Subject: [PATCH] Update version and readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b023e73..1f76a80 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2-conn-dirty-fix (1.4.2) +# th2-conn-dirty-fix (1.5.1) This microservice allows sending and receiving messages via FIX protocol @@ -335,6 +335,11 @@ spec: # Changelog +## 1.5.1 + +* Use mutable map for metadata when sending a messages from the handler + * Fix error when new property with operation timestamp added to the immutable map + ## 1.5.0 * `minConnectionTimeoutOnSend` parameter is added.