File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.11.0 "
2+ "." : " 1.11.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.11.1 (2025-07-22)
4+
5+ Full Changelog: [ v1.11.0...v1.11.1] ( https://github.com/openai/openai-go/compare/v1.11.0...v1.11.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** client:** process custom base url ahead of time ([ cc1c23e] ( https://github.com/openai/openai-go/commit/cc1c23e3b1f4645004cb07b75816e3df445e73df ) )
10+
11+
12+ ### Chores
13+
14+ * ** api:** event shapes more accurate ([ 2acd10d] ( https://github.com/openai/openai-go/commit/2acd10df4df52d1954d9ee3a98e5a4e56531533b ) )
15+
316## 1.11.0 (2025-07-16)
417
518Full Changelog: [ v1.10.3...v1.11.0] ( https://github.com/openai/openai-go/compare/v1.10.3...v1.11.0 )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Or to pin the version:
2626<!-- x-release-please-start-version -->
2727
2828``` sh
29- go get -u ' github.com/openai/openai-go@v1.11.0 '
29+ go get -u ' github.com/openai/openai-go@v1.11.1 '
3030```
3131
3232<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "1.11.0 " // x-release-please-version
5+ const PackageVersion = "1.11.1 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments