We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce651c6 commit e6e52d9Copy full SHA for e6e52d9
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change log for amqplib
2
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
10
## Changes in v0.4.0
11
12
git log v0.3.2..v0.4.0
package.json
@@ -2,7 +2,7 @@
"name": "amqplib",
"homepage": "http://squaremo.github.io/amqp.node/",
"main": "./channel_api.js",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"repository": {
"type": "git",
0 commit comments