From 12486f4150697ff4b28e518e6fa93f738ef4d7d2 Mon Sep 17 00:00:00 2001 From: Jaro-c <75870284+Jaro-c@users.noreply.github.com> Date: Sun, 26 Apr 2026 14:55:56 -0500 Subject: [PATCH] =?UTF-8?q?docs(changelog):=20add=20[1.2.2]=20entry=20?= =?UTF-8?q?=E2=80=94=20dependency=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0863f23..d988ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm --- +## [1.2.2] - 2026-04-26 + +Dependency-update release. No public API changes; safe drop-in upgrade. + +### Changed + +- **`golang.org/x/net`** bumped from v0.51.0 to v0.53.0 (includes HTTP/2 and + networking security fixes). +- **`golang.org/x/text`** bumped from v0.35.0 to v0.36.0 (Unicode handling + fixes). +- **GitHub Actions** — `actions/checkout`, `codecov/codecov-action`, + `actions/upload-artifact`, `actions/stale`, and `securego/gosec` pinned to + latest releases via Dependabot. + +--- + ## [1.2.1] - 2026-04-19 Documentation-only release. No code behaviour changes; safe drop-in upgrade.