We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8655a33 commit 36f234bCopy full SHA for 36f234b
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [3.6.0](https://github.com/jwalton/node-amqp-connection-manager/compare/v3.5.2...v3.6.0) (2021-08-27)
2
+
3
+### Features
4
5
+- reconnect and cancelAll consumers ([fb0c00b](https://github.com/jwalton/node-amqp-connection-manager/commit/fb0c00becc224ffedd28e810cbb314187d21efdb))
6
7
## [3.5.2](https://github.com/jwalton/node-amqp-connection-manager/compare/v3.5.1...v3.5.2) (2021-08-26)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "amqp-connection-manager",
- "version": "3.5.2",
+ "version": "3.6.0",
"description": "Auto-reconnect and round robin support for amqplib.",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
0 commit comments