diff --git a/CHANGELOG.md b/CHANGELOG.md index 1423704..b7b03ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.0.5](https://github.com/monitoring-forge/flagrun/compare/v0.0.4...v0.0.5) - 2026-08-14 + +- feat: add AlwaysStdout option to output messages to stdout regardless of exit code by @kazeburo in https://github.com/monitoring-forge/flagrun/pull/10 + ## [v0.0.4](https://github.com/monitoring-forge/flagrun/compare/v0.0.3...v0.0.4) - 2026-08-14 - Feat/fix go mod version by @kazeburo in https://github.com/monitoring-forge/flagrun/pull/8 diff --git a/Makefile b/Makefile index e4950f6..3861f17 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.4 +VERSION=0.0.5 .PHONY: check lint