diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f73031..ff1c7af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 469d629..7e4182f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.3.0 (2025-10-10) + +Full Changelog: [v3.2.0...v3.3.0](https://github.com/openai/openai-go/compare/v3.2.0...v3.3.0) + +### Features + +* **api:** comparison filter in/not in ([d6daca0](https://github.com/openai/openai-go/commit/d6daca0eedd998f49d8bfde0c3caba74d762c0d6)) + ## 3.2.0 (2025-10-06) Full Changelog: [v3.1.0...v3.2.0](https://github.com/openai/openai-go/compare/v3.1.0...v3.2.0) diff --git a/README.md b/README.md index c8c3d60..f2d7abc 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/v2@v3.2.0' +go get -u 'github.com/openai/openai-go/v2@v3.3.0' ``` diff --git a/internal/version.go b/internal/version.go index d2c9eab..bde680e 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "3.2.0" // x-release-please-version +const PackageVersion = "3.3.0" // x-release-please-version