Skip to content

Commit 2a8345b

Browse files
release: 1.0.0
1 parent b33c0dd commit 2a8345b

3 files changed

Lines changed: 15 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-
".": "0.0.1"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## 1.0.0 (2026-05-04)
4+
5+
Full Changelog: [v0.0.1...v1.0.0](https://github.com/openai/openai-cli/compare/v0.0.1...v1.0.0)
6+
7+
### Features
8+
9+
* **api:** add params, update optionality in admin org projects/users ([41ae0ee](https://github.com/openai/openai-cli/commit/41ae0ee9a64f9c2966ef58db16f8b15531060d7a))
10+
11+
12+
### Bug Fixes
13+
14+
* **api:** unpin go SDK version for CLI ([b33c0dd](https://github.com/openai/openai-cli/commit/b33c0dd7628d2ca856a61b1cdffea192cb546c27))
15+
316
## 0.0.1 (2026-05-01)
417

518
Initial release

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 = "0.0.1" // x-release-please-version
5+
const Version = "1.0.0" // x-release-please-version

0 commit comments

Comments
 (0)