Skip to content

Commit

Permalink
Merge pull request #630 from squaremo/release-0.8.0
Browse files Browse the repository at this point in the history
Update package version and changelog for v0.8.0
  • Loading branch information
squaremo committed May 19, 2021
2 parents d87348d + 6b63c68 commit 1b327eb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log for amqplib

## Changes in v0.8.0

git log v0.7.1..v0.8.0

* :warning: Support for NodeJS prior to v10 is dropped :warning: ([PR
615](https://github.com/squaremo/amqp.node/pull/615), thank you
@xamgore and everyone who helped there)
* Use hostname as TLS servername, to help with using servers behind
load balancers ([PR
567](https://github.com/squaremo/amqp.node/pull/567), thanks to
@carlhoerberg and commenters)

## Changes in v0.7.1

git log v0.7.0..v0.7.1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

{
"name": "amqplib",
"homepage": "http://squaremo.github.io/amqp.node/",
"main": "./channel_api.js",
"version": "0.7.1",
"version": "0.8.0",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b327eb

Please sign in to comment.