diff --git a/CHANGELOG.md b/CHANGELOG.md index 1416044..6609053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.0.8](https://github.com/monitoring-forge/flagrun/compare/v0.0.7...v0.0.8) - 2026-08-19 + +- fix: handle nil message return in internalGo function and add tests f… by @kazeburo in https://github.com/monitoring-forge/flagrun/pull/16 + ## [v0.0.7](https://github.com/monitoring-forge/flagrun/compare/v0.0.6...v0.0.7) - 2026-08-16 - Feat/check and ship by @kazeburo in https://github.com/monitoring-forge/flagrun/pull/14 diff --git a/Makefile b/Makefile index 743b33a..877c89c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.7 +VERSION=0.0.8 .PHONY: check lint