From b46cdbd73a0f88072bb8a6ffa3739e0503ac40e9 Mon Sep 17 00:00:00 2001 From: Oleg Date: Sun, 3 Mar 2024 12:17:27 +0400 Subject: [PATCH] Update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3beb0c..42e4de1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2 common library GO (1.0.0) +# th2 common library GO (1.2.0) ## Usage @@ -90,6 +90,13 @@ The `CommonFactory` reads a message's router configuration from the `mq.json` fi ## Release notes +### 1.2.0 + +#### Dependencies + ++ Deprecated `streadway/amqp` dependency was replaced with `rabbitmq/amqp091-go`. + NOTE: this should not be visible to end users as the MQ is only used internally. + ### 1.0.0 #### Implemented: