Skip to content

Commit

Permalink
Tag new release (v0.8.14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Oct 20, 2023
1 parent 1abcc51 commit e73d99c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amqproxy
version: 0.8.13
version: 0.8.14

authors:
- CloudAMQP <[email protected]>
Expand Down

0 comments on commit e73d99c

Please sign in to comment.