Skip to content

Commit 3b33736

Browse files
authored
chore(main): release 1.7.0 (#235)
1 parent 2723d97 commit 3b33736

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

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

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/Soju06/codex-lb/compare/v1.6.3...v1.7.0) (2026-03-20)
4+
5+
6+
### Features
7+
8+
* add GPT-5.4 mini pricing ([#234](https://github.com/Soju06/codex-lb/issues/234)) ([3236119](https://github.com/Soju06/codex-lb/commit/323611940387057cc70e474219240c225b40d33b))
9+
10+
11+
### Bug Fixes
12+
13+
* bridge backend HTTP responses through websocket sessions ([#236](https://github.com/Soju06/codex-lb/issues/236)) ([2723d97](https://github.com/Soju06/codex-lb/commit/2723d9720af184cd875de8ca3d5ed8d89171c30c))
14+
315
## [1.6.3](https://github.com/Soju06/codex-lb/compare/v1.6.2...v1.6.3) (2026-03-19)
416

517

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.6.3" # x-release-please-version
1+
__version__ = "1.7.0" # x-release-please-version
22
__all__ = ["app", "__version__"]
33

44

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "1.6.3",
4+
"version": "1.7.0",
55
"type": "module",
66
"packageManager": "bun@1.3.7",
77
"scripts": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codex-lb"
3-
version = "1.6.3"
3+
version = "1.7.0"
44
description = "Codex load balancer and proxy for ChatGPT accounts with usage dashboard"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)