release: 3.6.1

This commit is contained in:
stainless-app[bot]
2025-10-20 19:43:17 +00:00
parent 2adca7c54e
commit ae042a437e
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
".": "3.6.0"
".": "3.6.1"
}

View File

@@ -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)

View File

@@ -30,7 +30,7 @@ Or to pin the version:
<!-- x-release-please-start-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'
```
<!-- x-release-please-end -->

View File

@@ -2,4 +2,4 @@
package internal
const PackageVersion = "3.6.0" // x-release-please-version
const PackageVersion = "3.6.1" // x-release-please-version