From cb151c7c5a318c1c74000da050c0cd224b7e1e16 Mon Sep 17 00:00:00 2001 From: Ludovic Vielle Date: Fri, 24 Jul 2026 16:53:55 +0200 Subject: [PATCH] Release probo-agent/v0.2.0 Signed-off-by: Ludovic Vielle --- cmd/probo-agent/CHANGELOG.md | 9 ++++++++- cmd/probo-agent/VERSION | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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