diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d36ffe..9840948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog for zsh-auto-notify ============================= +0.10.1 +------ +* Fix regression where not setting icon on Linux would cause issues (#59 #58) + 0.10.0 ----- * Allow specifying an icon with notify-send backends diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index c6dfc82..4c0c334 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -1,4 +1,4 @@ -export AUTO_NOTIFY_VERSION="0.10.0" +export AUTO_NOTIFY_VERSION="0.10.1" # Time it takes for a notification to expire [[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] &&