diff --git a/hassio-google-drive-backup/CHANGELOG.md b/hassio-google-drive-backup/CHANGELOG.md index cc14beb7..7f826e58 100644 --- a/hassio-google-drive-backup/CHANGELOG.md +++ b/hassio-google-drive-backup/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## [0.61] - 2019-04-03 + +### Fixes +- Fixes an issue the prevents Google Drive credentials from being saved during reauthentication. + ## [0.6] - 2019-04-03 ### Added - Adds a config options for generational backup to keep daily, weekly, monthly, and yearly snapshots. See the [FAQ](https://github.com/sabeechen/hassio-google-drive-backup#can-i-keep-older-backups-for-longer) on GitHub for details. diff --git a/hassio-google-drive-backup/config.json b/hassio-google-drive-backup/config.json index 36fda174..d108689b 100644 --- a/hassio-google-drive-backup/config.json +++ b/hassio-google-drive-backup/config.json @@ -1,6 +1,6 @@ { "name": "Hass.io Google Drive Backup", - "version": "0.6", + "version": "0.61", "slug": "hassio_google_drive_backup", "description": "Automatically back up Hass.io snapshots to Google Drive", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],