diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a130a..5922b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,5 @@ # Changelog -## v3.2.0-b3 -### Fixed -- Fixed some race condtions with the 3.2 update - -## v3.2.0-b2 -### Fixed -- Fixed upgrader script not including channel ID in new database - -## v3.2.0-b1 +## v3.2.0 ### Updated - Updated data storage to use a NeDB database rather than a json file - Updated feed checking interval to check one guild every 10 seconds (this may slow down the time it takes to post, but will improve performance) diff --git a/package.json b/package.json index bd5ff32..b1012ce 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.2.0-b3", + "version": "3.2.0", "main": "app/index.js", "scripts": { "postinstall": "cd ./discord-bot-core && npm install",