diff --git a/CHANGELOG.md b/CHANGELOG.md index 6126316d..61072544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.7.0](https://github.com/EddieHubCommunity/EddieBot/compare/v1.6.1...v1.7.0) (2024-06-11) + + +### Features + +* gh action deploy ([#803](https://github.com/EddieHubCommunity/EddieBot/issues/803)) ([d8534f0](https://github.com/EddieHubCommunity/EddieBot/commit/d8534f0e6c5008aef2775ad9a8cb047ee7024b9f)) + + + ## [1.6.1](https://github.com/EddieHubCommunity/EddieBot/compare/v1.6.0...v1.6.1) (2024-05-16) @@ -34,12 +43,3 @@ -## [1.5.1](https://github.com/EddieHubCommunity/EddieBot/compare/v1.5.0...v1.5.1) (2024-05-08) - - -### Bug Fixes - -* allowed links ([b78e41e](https://github.com/EddieHubCommunity/EddieBot/commit/b78e41e253296c6e801cb1a8e606c7ce70e55520)) - - - diff --git a/package.json b/package.json index 65b24b22..80778e81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "1.6.1", + "version": "1.7.0", "description": "Discord bot built using NestJS", "author": "", "private": true,