From fb5fc5155bf9e98d30b4b1a84576cf8de41a6c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20H=C3=B6rberg?= Date: Sun, 12 May 2024 09:25:26 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ shard.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa84b9..2fb1240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v2.0.0-rc.7] - 2024-04-12 + +- Send all GetOk response frames in one TCP packet + ## [v2.0.0-rc.6] - 2024-04-11 - Bugfix: Send Connection.Close-ok to client before closing TCP socket diff --git a/shard.yml b/shard.yml index 0ec8e09..c8372af 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: amqproxy -version: 2.0.0-rc.6 +version: 2.0.0-rc.7 authors: - CloudAMQP