diff --git a/CHANGELOG.md b/CHANGELOG.md index 400999d..f73836a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog for zsh-auto-notify ============================= +0.11.0 +------ +* thankyou to @tommyhaley for the contributions in this release +* Support forwarding notifications over SSH +* Add options for + * controlling notification history persistence + * control behaviour of notifications on SIGINT + 0.10.2 ------ * Use preferable array argument expansion for flexible parameters diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index 6b00883..c2b540e 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -1,4 +1,4 @@ -export AUTO_NOTIFY_VERSION="0.10.2" +export AUTO_NOTIFY_VERSION="0.11.0" # Time it takes for a notification to expire [[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] &&