From c642c217023b80bfa97502c6d77b7d6db7090be5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 08:52:28 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd81f4..ea6fd60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/argusappsec/argus/compare/v0.3.0...v0.4.0) (2026-08-27) + + +### Features + +* the Toolbox deployment shape — Argus runs without a Provider ([#88](https://github.com/argusappsec/argus/issues/88)) ([5e38926](https://github.com/argusappsec/argus/commit/5e389261bad4b63920f3c0c5f953011fd46db21e)), closes [#87](https://github.com/argusappsec/argus/issues/87) + ## [0.3.0](https://github.com/argusappsec/argus/compare/v0.2.0...v0.3.0) (2026-07-30)