Skip to content

Commit

Permalink
version bump 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
snichme committed Oct 8, 2024
1 parent bfd212d commit 9ec5038
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.8] - 2024-10-08

### Fixed

- Exchange unbind expects Exchange::UnbindOk. [#48](https://github.com/cloudamqp/amqp-client.cr/pull/48)

## [1.2.7] - 2024-10-02

### Changed
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: amqp-client
version: 1.2.7
version: 1.2.8

authors:
- Carl Hörberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/amqp-client/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class AMQP::Client
VERSION = "1.2.7"
VERSION = "1.2.8"
end

0 comments on commit 9ec5038

Please sign in to comment.