Skip to content

Commit a7ca1f4

Browse files
committed
Release 2.0.0
1 parent 364b505 commit a7ca1f4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [2.0.0] - 2025-10-27
4+
35
- **BREAKING CHANGE**: Refactored public API to use keyword arguments for improved clarity and consistency
46
- All methods now use keyword arguments instead of positional arguments (e.g., `publish(body, exchange:, routing_key:)`)
57
- **BREAKING CHANGE**: `Channel#basic_subscribe` methods now return `Connection::Channel::ConsumeOk` for better consumer response handling

lib/amqp/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module AMQP
44
class Client
55
# Version of the client library
6-
VERSION = "1.2.1"
6+
VERSION = "2.0.0"
77
end
88
end

0 commit comments

Comments
 (0)