From e95d21b7cd2a63853096655bbcf2b58d15192a45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 13:41:20 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- .github/config/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/config/release-please-manifest.json b/.github/config/release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.github/config/release-please-manifest.json +++ b/.github/config/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 243186d..625f316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/sqlc-contrib/sqlc-gen-template/compare/v0.2.1...v0.2.2) (2026-05-04) + + +### Bug Fixes + +* **github:** correct action versions in update.yml ([4b56207](https://github.com/sqlc-contrib/sqlc-gen-template/commit/4b562079a50bf852602a9dd91f9b5514779a6b49)) + ## [0.2.1](https://github.com/sqlc-contrib/sqlc-gen-template/compare/v0.2.0...v0.2.1) (2026-05-04)