From 65349b2ba19520d31270d2da51269faa45d0bd60 Mon Sep 17 00:00:00 2001 From: Justin Harris Date: Fri, 26 Jun 2026 16:07:41 -0400 Subject: [PATCH] Bump to 8.4.0 --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/openai/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c15b39..cc82545d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.4.0] - 2026-06-26 + ### Added - Add public support, end-of-life, and migration documentation. - Add clearer issue template labels and bug report version fields. +- Support headers when making requests and not just when creating clients - thanks to [@dirceu](https://github.com/dirceu) for the excellent PR! ## [8.3.0] - 2025-08-29 diff --git a/Gemfile.lock b/Gemfile.lock index 64dd43df..d5b55289 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-openai (8.3.0) + ruby-openai (8.4.0) event_stream_parser (>= 0.3.0, < 2.0.0) faraday (>= 1) faraday-multipart (>= 1) diff --git a/lib/openai/version.rb b/lib/openai/version.rb index 6701da14..f3b6d56e 100644 --- a/lib/openai/version.rb +++ b/lib/openai/version.rb @@ -1,3 +1,3 @@ module OpenAI - VERSION = "8.3.0".freeze + VERSION = "8.4.0".freeze end