Skip to content

Commit 727b054

Browse files
committed
Prep for release
1 parent a8dc4d4 commit 727b054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log for amqplib
22

3-
## Unreleased
3+
## v1.0.6
44
- Fix channel.get() not invoking callback with error on channel close; previously only an error event was emitted (fixes #832). **Note:** if you use the callback API, ensure your channel.get() callbacks handle errors — they will now be invoked in error cases where previously they were not. If you use the promise API, the returned promise now rejects with a proper Error object (with .code, .classId and .methodId properties) rather than a raw close frame.
55

66
## v1.0.5

0 commit comments

Comments
 (0)