diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0c3aa5..0aeadf3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.25.0" + ".": "3.26.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 31acada..d2409d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.26.0 (2026-03-05) + +Full Changelog: [v3.25.0...v3.26.0](https://github.com/openai/openai-go/compare/v3.25.0...v3.26.0) + +### Features + +* **api:** The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' tool is moved to ComputerUsePreview ([347418b](https://github.com/openai/openai-go/commit/347418be8d4fa33881d9ac30f6c7132f2f545f2b)) + ## 3.25.0 (2026-03-05) Full Changelog: [v3.24.0...v3.25.0](https://github.com/openai/openai-go/compare/v3.24.0...v3.25.0) diff --git a/README.md b/README.md index 0e6c82e..5b75a48 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Or to pin the version: ```sh -go get -u 'github.com/openai/openai-go/v3@v3.25.0' +go get -u 'github.com/openai/openai-go/v3@v3.26.0' ``` diff --git a/internal/version.go b/internal/version.go index 7395658..743b0de 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "3.25.0" // x-release-please-version +const PackageVersion = "3.26.0" // x-release-please-version