Skip to content

Commit 440a5ee

Browse files
committed
Version 1.0.2
1 parent bda3946 commit 440a5ee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
## 1.0.x
55

6+
### 1.0.2
7+
8+
* Bug fix - corrected bug causing connection.unreachable event not to be prefixed with connection name correctly (thanks @Cyri-L)
9+
610
### 1.0.1
711

812
* Bug fix - uri parsing should not including leading slash between host specification and vhost

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rabbot",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Abstractions to simplify working with the RabbitMQ",
55
"main": "src/index.js",
66
"repository": "https://github.com/arobson/rabbot",

0 commit comments

Comments
 (0)