From 524d93f6377677c12cbc4d9e1d96b0cd60f6b7ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 09:22:02 +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 4872825..fabf1c8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.22 +VERSION=0.0.23 LDFLAGS=-ldflags "-w -s -X main.version=${VERSION} " all: check_http2 From a1284c9e98229b33f928354cf1e874663ff40648 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 09:22:03 +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 6f5f202..20f219e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.0.23](https://github.com/kazeburo/check_http2/compare/v0.0.22...v0.0.23) - 2026-07-11 + +- go: bump golang.org/x/sys from 0.46.0 to 0.47.0 in the dependencies group by @dependabot[bot] in https://github.com/kazeburo/check_http2/pull/17 + ## [v0.0.22](https://github.com/kazeburo/check_http2/compare/v0.0.21...v0.0.22) - 2026-07-04 - pin actions commithash by @kazeburo in https://github.com/kazeburo/check_http2/pull/13