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