Skip to content

Commit

Permalink
Release v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Mar 15, 2024
1 parent e54e674 commit 15b07a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [1.1.5] - 2024-03-15

- Fixed: Correctly reference the `UnexpectedFrameEnd` exception

## [1.1.4] - 2021-12-27

- Fixed: Ruby 3.1.0 compability, StringIO have to be required manually
Expand Down
2 changes: 1 addition & 1 deletion lib/amqp/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module AMQP
class Client
# Version of the client library
VERSION = "1.1.4"
VERSION = "1.1.5"
end
end

0 comments on commit 15b07a3

Please sign in to comment.