diff --git a/CHANGELOG b/CHANGELOG index e6df35c..ef74e83 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,10 @@ vX.X.X (unreleased) =================== * Placeholder for next release +v1.4.3 (2017-10-30) +=================== + * Add support for Telegram notifications (by GerardRibas) + v1.4.2 (2017-10-30) =================== * Remove VERSION file and hardcode it directly in the script. diff --git a/duplicity-backup.sh b/duplicity-backup.sh index 8642d59..57e52a4 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.2" +DBSH_VERSION="v1.4.3" # make a backup of stdout and stderr for later exec 6>&1