diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3d982..5081aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [**1.3.2**] - 2021-06-20 + +### Fixed + +* Set channel now doesn't depend on the guild cache. + ## [**1.3.1**] - 2021-06-20 ### Added diff --git a/package.json b/package.json index e05576f..103aa6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "daily-image-discord-bot", "displayName": "Daily Image Bot", - "version": "1.3.1", + "version": "1.3.2", "description": "A discord bot that sends a daily image from a Google photos album, right to your selected discord channel", "main": "out/index.js", "scripts": {