diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c237549..5970f59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "app": "0.1.1" + "app": "0.2.0" } diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 498a40e..d93fec8 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/chmonitor/app/compare/v0.1.1...v0.2.0) (2026-08-26) + + +### Features + +* **macos:** native desktop app with macOS-native UI ([#2](https://github.com/chmonitor/app/issues/2)) ([fec2689](https://github.com/chmonitor/app/commit/fec2689396b1e5a06b9403bbe9a7153551a3f9fc)) + ## [0.1.1](https://github.com/chmonitor/app/compare/v0.1.0...v0.1.1) (2026-08-23) diff --git a/app/Cargo.toml b/app/Cargo.toml index f28c171..ae7d1e1 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chm-app" -version = "0.1.1" +version = "0.2.0" edition.workspace = true license.workspace = true