[object Object]

← back to Cli Printing Press

chore(main): release 3.8.0 (#527)

7364324af6d51c503aee074b1859e77f8ae19cf4 · 2026-05-03 02:24:46 -0700 · github-actions[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Files touched

Diff

commit 7364324af6d51c503aee074b1859e77f8ae19cf4
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun May 3 02:24:46 2026 -0700

    chore(main): release 3.8.0 (#527)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@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 25e32cde..d64f1f02 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
 {
   "name": "cli-printing-press",
-  "version": "3.7.0",
+  "version": "3.8.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 2a266f81..573f0901 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "3.7.0"
+  ".": "3.8.0"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27a8672c..26d3be7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
 # Changelog
 
+## [3.8.0](https://github.com/mvanhorn/cli-printing-press/compare/v3.7.0...v3.8.0) (2026-05-03)
+
+
+### Features
+
+* **cli:** OAuth2 client_credentials grant + bearer_token AuthHeader precedence fix ([#528](https://github.com/mvanhorn/cli-printing-press/issues/528)) ([593ce97](https://github.com/mvanhorn/cli-printing-press/commit/593ce970a252630f7da42f78dcb885564bf518da))
+
+
+### Bug Fixes
+
+* **cli:** FedEx retro batch — 5 small fixes (WU-2, WU-3, WU-4, WU-5, WU-7) ([#526](https://github.com/mvanhorn/cli-printing-press/issues/526)) ([e761d04](https://github.com/mvanhorn/cli-printing-press/commit/e761d04d9d0670871e49586352f4bf3e9077f816))
+
 ## [3.7.0](https://github.com/mvanhorn/cli-printing-press/compare/v3.6.2...v3.7.0) (2026-05-03)
 
 
diff --git a/internal/version/version.go b/internal/version/version.go
index 0b16dfde..e9c45705 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 = "3.7.0" // x-release-please-version
+var Version = "3.8.0" // x-release-please-version
 
 // pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
 // (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version

← 593ce970 feat(cli): OAuth2 client_credentials grant + bearer_token Au  ·  back to Cli Printing Press  ·  feat(skills): browser-capture fallback options (chrome-MCP, f2450385 →