diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f391d41..a25092c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.6.0" + ".": "3.6.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6d349..ff42f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.6.1 (2025-10-20) + +Full Changelog: [v3.6.0...v3.6.1](https://github.com/openai/openai-go/compare/v3.6.0...v3.6.1) + +### Bug Fixes + +* **api:** fix discriminator propertyName for ResponseFormatJsonSchema ([57b0505](https://github.com/openai/openai-go/commit/57b0505361029563b5fd56fb6085b58e813936cc)) + ## 3.6.0 (2025-10-20) Full Changelog: [v3.5.0...v3.6.0](https://github.com/openai/openai-go/compare/v3.5.0...v3.6.0) diff --git a/README.md b/README.md index bc11f81..941848f 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.6.0' +go get -u 'github.com/openai/openai-go/v2@v3.6.1' ``` diff --git a/internal/version.go b/internal/version.go index 17a82fe..5dfe2f7 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "3.6.0" // x-release-please-version +const PackageVersion = "3.6.1" // x-release-please-version