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)