diff --git a/.changes/muda-0.2.md b/.changes/muda-0.2.md deleted file mode 100644 index 9aa1d0e..0000000 --- a/.changes/muda-0.2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tray-icon": minor ---- - -Update `muda` dependency to `0.2`. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dda948f..83a07a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.2.0] + +- Update `muda` dependency to `0.2`. + - [aa3aa1e](https://www.github.com/tauri-apps/tray-icon/commit/aa3aa1ec0bdcb48ecf9d17204809802c4e6559fc) chore: add change file on 2022-12-30 + ## \[0.1.1] - Initial Release. diff --git a/Cargo.toml b/Cargo.toml index 982a98a..c337ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tray-icon" -version = "0.1.1" +version = "0.2.0" edition = "2021" description = "Create tray icons for desktop applications" homepage = "https://github.com/tauri-apps/tray-icon"