Skip to content

Commit e6e52d9

Browse files
committed
Update changelog and package.json for v0.4.1
1 parent ce651c6 commit e6e52d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log for amqplib
22

3+
## Changes in v0.4.1
4+
5+
git log v0.4.0..v0.4.1
6+
7+
* Tested in Node.JS 0.8 through 4.2 and 5.5
8+
* Emit an error with the 'close' event if server-initiated
9+
310
## Changes in v0.4.0
411

512
git log v0.3.2..v0.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amqplib",
33
"homepage": "http://squaremo.github.io/amqp.node/",
44
"main": "./channel_api.js",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)