Skip to content

Commit 1b327eb

Browse files
authored
Merge pull request #630 from squaremo/release-0.8.0
Update package version and changelog for v0.8.0
2 parents d87348d + 6b63c68 commit 1b327eb

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change log for amqplib
22

3+
## Changes in v0.8.0
4+
5+
git log v0.7.1..v0.8.0
6+
7+
* :warning: Support for NodeJS prior to v10 is dropped :warning: ([PR
8+
615](https://github.com/squaremo/amqp.node/pull/615), thank you
9+
@xamgore and everyone who helped there)
10+
* Use hostname as TLS servername, to help with using servers behind
11+
load balancers ([PR
12+
567](https://github.com/squaremo/amqp.node/pull/567), thanks to
13+
@carlhoerberg and commenters)
14+
315
## Changes in v0.7.1
416

517
git log v0.7.0..v0.7.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
12
{
23
"name": "amqplib",
34
"homepage": "http://squaremo.github.io/amqp.node/",
45
"main": "./channel_api.js",
5-
"version": "0.7.1",
6+
"version": "0.8.0",
67
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
78
"repository": {
89
"type": "git",

0 commit comments

Comments
 (0)