From f9f1defee16bb4939e0014d47218a77802a49493 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:13:50 +0000 Subject: [PATCH] release: 3.12.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 ++++ pkg/cmd/version.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index faa0df4..98828ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.12.0" + ".": "3.12.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cccc47..6c4bdc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.12.1 (2026-07-23) + +Full Changelog: [v3.12.0...v3.12.1](https://github.com/trycourier/courier-cli/compare/v3.12.0...v3.12.1) + ## 3.12.0 (2026-07-20) Full Changelog: [v3.11.2...v3.12.0](https://github.com/trycourier/courier-cli/compare/v3.11.2...v3.12.0) diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 5c0c761..9e1d89b 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "3.12.0" // x-release-please-version +const Version = "3.12.1" // x-release-please-version