diff --git a/CHANGELOG.md b/CHANGELOG.md index 9291c5f..77d0bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Crash reporter. - Ability to downgrade. +## [0.5.2-beta2] - 2019-04-26 +### Fixed +- Auto updater bug. + ## [0.5.2-beta] - 2019-04-26 ### Fixed - Auto updater bug. diff --git a/package.json b/package.json index 348bedf..199a06c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.5.2-beta", + "version": "0.5.2-beta2", "name": "slothy", "description": "Changes your Slack status based on the SSID you're currently connected to.", "productName": "Slothy",