diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c5a56..d742197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.36.83](https://github.com/azerozero/grob/compare/v0.36.82...v0.36.83) - 2026-07-26 + +### Added + +- *(openai)* forward image blocks on the Responses (Codex) path + ## [0.36.82](https://github.com/azerozero/grob/compare/v0.36.81...v0.36.82) - 2026-07-26 ### Other diff --git a/Cargo.lock b/Cargo.lock index 472d9bf..25dc9c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1826,7 +1826,7 @@ dependencies = [ [[package]] name = "grob" -version = "0.36.82" +version = "0.36.83" dependencies = [ "aes-gcm", "age", diff --git a/Cargo.toml b/Cargo.toml index 48a90b7..217d4bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grob" -version = "0.36.82" +version = "0.36.83" edition = "2021" license = "Apache-2.0" description = "High-performance LLM routing proxy — routes to Anthropic, OpenAI, Gemini, DeepSeek, Ollama & more with streaming, tool calling, and multi-provider fallback"