Skip to content

Commit

Permalink
Merge pull request #609 from squaremo/release-0.7.1
Browse files Browse the repository at this point in the history
Bump version and changelog for v0.7.1
  • Loading branch information
squaremo committed Mar 8, 2021
2 parents f729616 + 0f5fc24 commit 32aa202
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change log for amqplib

## Changes in v0.7.1

git log v0.7.0..v0.7.1

* Update url-parse (and others) ([PR
607](https://github.com/squaremo/amqp.node/pull/545), thanks
@ThomasGawlitza)

## Changes in v0.7.0

git log v0.6.0..v0.7.0

* Extend support to Node.js v15
* Fix use of stream.write in tests

## Changes in v0.6.0

git log v0.5.6..v0.6.0

* Extend support to Node.js v14

## Changes in v0.5.6

git log v0.5.5..v0.5.6
Expand Down
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amqplib",
"homepage": "http://squaremo.github.io/amqp.node/",
"main": "./channel_api.js",
"version": "0.7.0",
"version": "0.7.1",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 32aa202

Please sign in to comment.