diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c5407a0..ac370d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.45" + ".": "0.1.0-alpha.46" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c6851..700046d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.0-alpha.46 (2025-10-03) + +Full Changelog: [v0.1.0-alpha.45...v0.1.0-alpha.46](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.45...v0.1.0-alpha.46) + ## 0.1.0-alpha.45 (2025-10-02) Full Changelog: [v0.1.0-alpha.44...v0.1.0-alpha.45](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.44...v0.1.0-alpha.45) diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index cab81ff..bf8eb47 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "0.1.0-alpha.45" // x-release-please-version +const Version = "0.1.0-alpha.46" // x-release-please-version