From aca1a94248989af1bf97baae6679e47a27c9f798 Mon Sep 17 00:00:00 2001 From: Ivan Kosyanenko Date: Fri, 27 Feb 2026 21:04:11 +0300 Subject: [PATCH] docs(changelog): prepare v0.2.2 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a6306..741df60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project are documented in this file. ## [Unreleased] +## [v0.2.2] - 2026-02-27 + ### Added - release workflow (`.github/workflows/release.yml`) for tag+GitHub Release from merged PR state @@ -72,7 +74,8 @@ All notable changes to this project are documented in this file. - rate limiting and safety validations - scaffold command with `basic` and `moderation` templates +[v0.2.2]: https://github.com/Malomalsky/go-simplex/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/Malomalsky/go-simplex/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/Malomalsky/go-simplex/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/Malomalsky/go-simplex/releases/tag/v0.1.0 -[Unreleased]: https://github.com/Malomalsky/go-simplex/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/Malomalsky/go-simplex/compare/v0.2.2...HEAD