diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e217c4..2baa8f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.0" + ".": "1.13.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 61913f3..39b049f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.13.0](https://github.com/XxxXTeam/codex-proxy/compare/v1.12.0...v1.13.0) (2026-09-05) + + +### ✨ 新功能 + +* 更新客户端版本至0.153.4 ([83b7b56](https://github.com/XxxXTeam/codex-proxy/commit/83b7b5628224a0d1f8b4541dbfdc884c2f6892aa)) +* 添加新的模型 gpt-6-astra 到模型列表 ([4e27304](https://github.com/XxxXTeam/codex-proxy/commit/4e2730452c2937d401b287e26177b9f1fa174699)) + + +### 🐛 错误修复 + +* 修复claude接口思考转换错误的问题,修复了导致流耗时过长的问题 ([3a99065](https://github.com/XxxXTeam/codex-proxy/commit/3a99065b57ed271bb1ed2e83f091d1529f494f66)) + ## [1.12.0](https://github.com/XxxXTeam/codex-proxy/compare/v1.11.0...v1.12.0) (2026-08-19)