diff --git a/cmd/probo-agent/CHANGELOG.md b/cmd/probo-agent/CHANGELOG.md index 68ac04218..4b8ad939d 100644 --- a/cmd/probo-agent/CHANGELOG.md +++ b/cmd/probo-agent/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to the `probo-agent` device posture agent will be documented in this file. -## Unreleased +## [0.2.0] - 2026-07-24 ### Added @@ -24,6 +24,13 @@ documented in this file. - macOS `probo-agent uninstall` requires root (`sudo`). - PKG preinstall removes stale privileged helper files on upgrade; postinstall reinstalls the helper as root. +- macOS release now ships a single universal (arm64 + x86_64) fat + `probo-agent__darwin.pkg` instead of separate per-arch packages. + +### Fixed + +- Windows elevated install/uninstall no longer reports success when the + user cancels the UAC prompt. ## [0.1.1] - 2026-06-11 diff --git a/cmd/probo-agent/VERSION b/cmd/probo-agent/VERSION index 17e51c385..0ea3a944b 100644 --- a/cmd/probo-agent/VERSION +++ b/cmd/probo-agent/VERSION @@ -1 +1 @@ -0.1.1 +0.2.0