From 0cc702cf8c341dbbf8f373aa363fcc736bb3e9bf Mon Sep 17 00:00:00 2001 From: sabeechen Date: Wed, 3 Apr 2019 23:39:00 -0600 Subject: [PATCH] Release 0.61 --- hassio-google-drive-backup/CHANGELOG.md | 5 +++++ hassio-google-drive-backup/config.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"],