[object Object]

← back to Cli Printing Press

chore(main): release 4.2.0 (#772)

3b929c6ec55a309e10ffac58d4d7e576c80fdfae · 2026-05-08 22:09:48 -0700 · github-actions[bot]

Co-authored-by: Matt Van Horn <mvanhorn@users.noreply.github.com>

Files touched

Diff

commit 3b929c6ec55a309e10ffac58d4d7e576c80fdfae
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri May 8 22:09:48 2026 -0700

    chore(main): release 4.2.0 (#772)
    
    Co-authored-by: Matt Van Horn <mvanhorn@users.noreply.github.com>
---
 .claude-plugin/plugin.json    |  2 +-
 .release-please-manifest.json |  2 +-
 CHANGELOG.md                  | 12 ++++++++++++
 internal/version/version.go   |  2 +-
 4 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 6ca93f65..9538993e 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
 {
   "name": "cli-printing-press",
-  "version": "4.1.0",
+  "version": "4.2.0",
   "description": "Generate production Go CLIs from API descriptions or OpenAPI specs",
   "repository": "mvanhorn/cli-printing-press"
 }
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 411256bc..34a3350a 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "4.1.0"
+  ".": "4.2.0"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f65ad225..8ef845c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
 # Changelog
 
+## [4.2.0](https://github.com/mvanhorn/cli-printing-press/compare/v4.1.0...v4.2.0) (2026-05-09)
+
+
+### Features
+
+* **cli:** support static config headers ([#769](https://github.com/mvanhorn/cli-printing-press/issues/769)) ([838f5a4](https://github.com/mvanhorn/cli-printing-press/commit/838f5a497975aad11e7c938f982f7a64d96d9a15))
+
+
+### Bug Fixes
+
+* **cli:** avoid duplicate token auth map keys ([#775](https://github.com/mvanhorn/cli-printing-press/issues/775)) ([de34ec0](https://github.com/mvanhorn/cli-printing-press/commit/de34ec0ecd8ff1d807b049556f138b1131fd081b))
+
 ## [4.1.0](https://github.com/mvanhorn/cli-printing-press/compare/v4.0.6...v4.1.0) (2026-05-09)
 
 
diff --git a/internal/version/version.go b/internal/version/version.go
index 5d31972f..64ce86fc 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -8,7 +8,7 @@ import (
 
 // Version is the current printing-press version. It is set at build time
 // via ldflags for tagged releases, or falls back to the hardcoded value.
-var Version = "4.1.0" // x-release-please-version
+var Version = "4.2.0" // x-release-please-version
 
 // pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
 // (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version

← de34ec0e fix(cli): avoid duplicate token auth map keys (#775)  ·  back to Cli Printing Press  ·  fix(cli): stop credential status overclaims (#779) 2ff069e0 →