diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e8fdcd6..9bd8fad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.1" + ".": "1.10.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c25df0f..e6131d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.10.2 (2025-07-15) + +Full Changelog: [v1.10.1...v1.10.2](https://github.com/openai/openai-go/compare/v1.10.1...v1.10.2) + +### Chores + +* **api:** update realtime specs, build config ([3d2afda](https://github.com/openai/openai-go/commit/3d2afda006bd1f9e7ebde27b2873efa67e5e480d)) + ## 1.10.1 (2025-07-11) Full Changelog: [v1.10.0...v1.10.1](https://github.com/openai/openai-go/compare/v1.10.0...v1.10.1) diff --git a/README.md b/README.md index 1620da7..24b6403 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Or to pin the version: ```sh -go get -u 'github.com/openai/openai-go@v1.10.1' +go get -u 'github.com/openai/openai-go@v1.10.2' ``` diff --git a/internal/version.go b/internal/version.go index 27358b7..be54287 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "1.10.1" // x-release-please-version +const PackageVersion = "1.10.2" // x-release-please-version