Skip to content

Commit

Permalink
3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Feb 27, 2017
1 parent 373b736 commit 95446a9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="3.4.2"></a>
## [3.4.2](https://github.com/noodlefrenzy/node-amqp10/compare/v3.4.1...v3.4.2) (2017-02-27)


### Bug Fixes

* **sender-link:** use spec-defined calculation for linkCredit ([373b736](https://github.com/noodlefrenzy/node-amqp10/commit/373b736))


### Features

* **sender-link:** add support for sending with no reply ([f0f267c](https://github.com/noodlefrenzy/node-amqp10/commit/f0f267c))



<a name="3.4.1"></a>
## [3.4.1](https://github.com/noodlefrenzy/node-amqp10/compare/v3.4.0...v3.4.1) (2017-02-07)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amqp10",
"version": "3.4.1",
"version": "3.4.2",
"description": "Native AMQP-1.0 client for node.js",
"main": "./lib",
"engines": {
Expand Down

0 comments on commit 95446a9

Please sign in to comment.