Skip to content

Commit 2d4fee2

Browse files
release: 1.2.0
1 parent 8081ea0 commit 2d4fee2

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.2"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 1.2.0 (2026-06-01)
4+
5+
Full Changelog: [v1.1.2...v1.2.0](https://github.com/openai/openai-cli/compare/v1.1.2...v1.2.0)
6+
7+
### Features
8+
9+
* **api:** add project permissions, file-search/web-search usage, service_tier param ([d4dbcea](https://github.com/openai/openai-cli/commit/d4dbcea2238a04169e248ca95af635970db577c3))
10+
* **api:** add service_tier parameter to responses compact method ([5901109](https://github.com/openai/openai-cli/commit/5901109e1b3b10b3802fcd8581a9c4e4a5658fc9))
11+
* **api:** manual updates ([e7d9ba0](https://github.com/openai/openai-cli/commit/e7d9ba0465032c5fc2863af7713ae0bc38e87546))
12+
* **api:** update OpenAPI spec or Stainless config ([d33292f](https://github.com/openai/openai-cli/commit/d33292f1dbba1f2dc4a2f846f06e7f0561a24a65))
13+
* **api:** workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. ([c6ad190](https://github.com/openai/openai-cli/commit/c6ad1900935bde057461767e8758455b66cc91ab))
14+
15+
16+
### Bug Fixes
17+
18+
* **cli:** apply generated API update ([1d789ad](https://github.com/openai/openai-cli/commit/1d789ad7835030ddd943cec6b31c4f7c30eb303c))
19+
* treat text/plan with format: binary as raw upload ([68b3d40](https://github.com/openai/openai-cli/commit/68b3d407dd9bc659e86f44e919e155043ba9e9bb))
20+
21+
22+
### Chores
23+
24+
* **api:** bump go sdk version to 3.38.0 for CLI ([8081ea0](https://github.com/openai/openai-cli/commit/8081ea0d92fba3cd23f65f3b8f5ef1fed8c2e92d))
25+
26+
27+
### Documentation
28+
29+
* update README examples ([7e43c6a](https://github.com/openai/openai-cli/commit/7e43c6ad73326fa697a9d1c092bf5886bb0ee0d4))
30+
331
## 1.1.2 (2026-05-07)
432

533
Full Changelog: [v1.1.1...v1.1.2](https://github.com/openai/openai-cli/compare/v1.1.1...v1.1.2)

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

5-
const Version = "1.1.2" // x-release-please-version
5+
const Version = "1.2.0" // x-release-please-version

0 commit comments

Comments
 (0)