diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8e0cc..8a284be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/jamestelfer/imds-broker/compare/v0.4.0...v0.5.0) (2026-07-17) + + +### Features + +* **config:** add config command to view and set broker configuration ([#33](https://github.com/jamestelfer/imds-broker/issues/33)) ([8b4c39c](https://github.com/jamestelfer/imds-broker/commit/8b4c39c086f1b19fe0eca5ae60cc896e1ee638fa)) + + +### Bug Fixes + +* **release:** align release automation with shared pipeline guide ([#34](https://github.com/jamestelfer/imds-broker/issues/34)) ([1621a87](https://github.com/jamestelfer/imds-broker/commit/1621a875a33e9312385c767efd819a3859139256)) + ## [0.4.0](https://github.com/jamestelfer/imds-broker/compare/v0.3.0...v0.4.0) (2026-07-06)