From 74256825b19f95d96a91d1c54989f09f62656728 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:07:54 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 048284a..df17c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ via [GoReleaser](https://goreleaser.com/) on every tagged release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/). +## [0.2.2](https://github.com/Wikid82/go_notify_yourself/compare/v0.2.1...v0.2.2) (2026-09-10) + + +### Bug Fixes + +* always reinstall staticcheck/govulncheck after toolchain bump ([937d855](https://github.com/Wikid82/go_notify_yourself/commit/937d8556e03e91cb5694c7ee7daa00df8d9e25ef)) +* **ci:** drop broken CodeQL extraction-failure detector, note gap plainly ([905bbb6](https://github.com/Wikid82/go_notify_yourself/commit/905bbb669766d64cdf8f7b522b0ce78b288a3225)) +* **ci:** repair CodeQL workflow for this repo's flat Go layout ([210cb5d](https://github.com/Wikid82/go_notify_yourself/commit/210cb5d25b98e6cc97fe6bac5d63547b86506df6)) + ## [0.2.1](https://github.com/Wikid82/go_notify_yourself/compare/v0.2.0...v0.2.1) (2026-08-17)