diff --git a/CHANGELOG b/CHANGELOG index ef74e83..47b518e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,10 @@ vX.X.X (unreleased) =================== * Placeholder for next release +v1.5.0 (2018-01-15) +=================== + * Add support for B2 backend (by harrim4n) + v1.4.3 (2017-10-30) =================== * Add support for Telegram notifications (by GerardRibas) diff --git a/duplicity-backup.sh b/duplicity-backup.sh index beb44e1..8fa9dfb 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -45,7 +45,7 @@ CONFIG="duplicity-backup.conf" # Script Happens Below This Line - Shouldn't Require Editing # ############################################################## -DBSH_VERSION="v1.4.3" +DBSH_VERSION="v1.5.0" # make a backup of stdout and stderr for later exec 6>&1