diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd0854..afaf1a9 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] +## [v0.8.14] - 2023-10-20 + +- Update current client in `Upstream#read_loop` [#138](https://github.com/cloudamqp/amqproxy/pull/138) + ## [v0.8.13] - 2023-10-11 - Disconnect clients on broken upstream connection [#128](https://github.com/cloudamqp/amqproxy/pull/128) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e39f7f9..e314af1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ Run tests using Docker Compose: 1. Make a commit that 1. updates `CHANGELOG.md` - 1. bumps version in `shards.yml` + 1. bumps version in `shard.yml` 1. Create and push an annotated tag: `git tag -a v$(shards version)` 1. Put the changelog of the version in the tagging message 1. **NOTE**: Only the `body` will be shown in [release notes]. (The first line in the message is the `subject` followed by an empty line, then the `body` on the next line.) diff --git a/shard.yml b/shard.yml index 088bfa9..f4c6633 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: amqproxy -version: 0.8.13 +version: 0.8.14 authors: - CloudAMQP