From 2b7cfcddfb29f0baad069a413b99e69a9c248d23 Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Sun, 5 Jul 2026 01:12:27 +0300 Subject: [PATCH] chore(main): release 2.4.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1464e..cf6b8dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.4.0](https://github.com/onecli/onecli-cli/compare/v2.3.1...v2.4.0) (2026-07-04) + + +### Features + +* add org apps connect and authorize commands ([#88](https://github.com/onecli/onecli-cli/issues/88)) ([e5b75db](https://github.com/onecli/onecli-cli/commit/e5b75db5a37e22f49a5027c9547622e5ff4a040f)) + + +### Bug Fixes + +* refresh stale gateway proxy_url in Codex config on each run ([#89](https://github.com/onecli/onecli-cli/issues/89)) ([1a01afc](https://github.com/onecli/onecli-cli/commit/1a01afcf4fd4c846ef0215860dd133d4149ae473)) + ## [2.3.1](https://github.com/onecli/onecli-cli/compare/v2.3.0...v2.3.1) (2026-07-04)