diff --git a/.changes/wm_close.md b/.changes/wm_close.md deleted file mode 100644 index 956d6f4..0000000 --- a/.changes/wm_close.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"win7-notifications": patch ---- - -Fix notifications were minimized but not actually closed by sending `WM_CLOSE`. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f81d176..ced98f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.4.1] + +- [`62bbd8b`](https://github.com/tauri-apps/win7-notifications/commit/62bbd8b3ed55467b76c16fadb843e060804ea2fe) Fix notifications were minimized but not actually closed by sending `WM_CLOSE`. + ## \[0.4.0] - [`c3c0136`](https://github.com/tauri-apps/win7-notifications/commit/c3c013691eeb71693ed2aa5c6f8b856e6c5938f4)([#50](https://github.com/tauri-apps/win7-notifications/pull/50)) Add option to make the notification silent diff --git a/Cargo.toml b/Cargo.toml index 660b29a..4dfc458 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "win7-notifications" -version = "0.4.0" +version = "0.4.1" description = "Send Windows 10 styled notifications on Windows 7." authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021"