From 88e8fd271f6558411b49365c6d7be87c04491c1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:55:45 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a53fcc359c72bf386ae778e193448924b408cfef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:55:46 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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