Skip to content

Commit

Permalink
release: 0.1.0-alpha.26
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Oct 8, 2024
1 parent e0a5caa commit bd6e05c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-alpha.26 (2024-10-08)

Full Changelog: [v0.1.0-alpha.25...v0.1.0-alpha.26](https://github.com/openai/openai-go/compare/v0.1.0-alpha.25...v0.1.0-alpha.26)

### Bug Fixes

* **beta:** pass beta header by default ([#75](https://github.com/openai/openai-go/issues/75)) ([cb66b47](https://github.com/openai/openai-go/commit/cb66b474fb86646501314456fce6acc4b31a2026))

## 0.1.0-alpha.25 (2024-10-02)

Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/openai/openai-go/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "0.1.0-alpha.25" // x-release-please-version
const PackageVersion = "0.1.0-alpha.26" // x-release-please-version

0 comments on commit bd6e05c

Please sign in to comment.