diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc102c5..5faca12e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog This project adheres to [Semantic Versioning](http://semver.org/). +## [2.7.2] - 2019-08-08 +### Fixed +* Defer to discord permissions for allowing `@everyone` and `@here` in webhook messages - [#497](https://github.com/reactiflux/discord-irc/pull/497) +* Support Node 10 and 12 - [#499](https://github.com/reactiflux/discord-irc/pull/499) +* Upgrade dependencies +* Tests: Fix lint config deprecation - [#500](https://github.com/reactiflux/discord-irc/pull/500) +* Tests: Ensure all tests are run in dev environment - [#501](https://github.com/reactiflux/discord-irc/pull/501) + ## [2.7.1] - 2019-06-15 ### Changed * Upgraded dependencies. diff --git a/package-lock.json b/package-lock.json index af0ff310..dbf5cbfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "discord-irc", - "version": "2.7.1", + "version": "2.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 776902ee..d7b80340 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-irc", - "version": "2.7.1", + "version": "2.7.2", "description": "Connects IRC and Discord channels by sending messages back and forth.", "keywords": [ "discord",