diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ea76b7..c5818bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.1" + ".": "1.9.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd118c..d2d4dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.9.0](https://github.com/XxxXTeam/codex-proxy/compare/v1.8.1...v1.9.0) (2026-05-24) + + +### ✨ 新功能 + +* 修复特定情况下的换号逻辑错误问题 ([622d08d](https://github.com/XxxXTeam/codex-proxy/commit/622d08d31b740488c953f968f755551b02b1c3be)) + + +### 📦 依赖更新 + +* **go:** bump github.com/tidwall/gjson in the tidwall group ([#42](https://github.com/XxxXTeam/codex-proxy/issues/42)) ([5f2b6cc](https://github.com/XxxXTeam/codex-proxy/commit/5f2b6cca46e4ee1e3afd734b956bd7486346843b)) +* **go:** bump github.com/valyala/fasthttp from 1.70.0 to 1.71.0 ([#43](https://github.com/XxxXTeam/codex-proxy/issues/43)) ([6a1d529](https://github.com/XxxXTeam/codex-proxy/commit/6a1d529051f9b0864c6e944ac4b65f94a32ee69c)) +* **go:** bump golang.org/x/net in the golang-org-x group ([#41](https://github.com/XxxXTeam/codex-proxy/issues/41)) ([88bb53a](https://github.com/XxxXTeam/codex-proxy/commit/88bb53aa30dba453a83a241ab7e44ff52ee30b83)) +* **go:** bump golang.org/x/net in the golang-org-x group ([#48](https://github.com/XxxXTeam/codex-proxy/issues/48)) ([76848b7](https://github.com/XxxXTeam/codex-proxy/commit/76848b739a4b7d6a557364100d06608fc2f69a84)) +* **go:** bump modernc.org/sqlite from 1.50.0 to 1.50.1 ([#44](https://github.com/XxxXTeam/codex-proxy/issues/44)) ([0094e4b](https://github.com/XxxXTeam/codex-proxy/commit/0094e4b9b93083f1a095d05891bec4428b9ebff5)) + ## [1.8.1](https://github.com/XxxXTeam/codex-proxy/compare/v1.8.0...v1.8.1) (2026-04-29)