From abfdeaecae175aa6184d18718a2773b34fcab32d Mon Sep 17 00:00:00 2001 From: "openai-sdks[bot]" <284451331+openai-sdks[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 17:21:35 +0000 Subject: [PATCH] release: 0.89.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Gemfile.lock | 2 +- README.md | 2 +- gemfiles/bedrock.gemfile.lock | 2 +- lib/openai/version.rb | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d80a91e22..6af24e3d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.88.0" + ".": "0.89.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 74056509f..d4cab2058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.89.0](https://github.com/openai/openai-ruby/compare/v0.88.0...v0.89.0) (2026-09-10) + + +### Features + +* **api:** Add Live API ([3fde020](https://github.com/openai/openai-ruby/commit/3fde0201bc4f75af36a87acb3d71c8136c0df9c0)) + + +### Chores + +* **deps:** bump the codeql group with 2 updates ([#692](https://github.com/openai/openai-ruby/issues/692)) ([7f19b93](https://github.com/openai/openai-ruby/commit/7f19b932549bd7d4376e6ca91c7c75f9b856ae83)) + ## [0.88.0](https://github.com/openai/openai-ruby/compare/v0.87.0...v0.88.0) (2026-09-09) diff --git a/Gemfile.lock b/Gemfile.lock index 556c0e02e..a422058b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - openai (0.88.0) + openai (0.89.0) connection_pool (>= 2.2.3) logger diff --git a/README.md b/README.md index 55d00db83..e5645288e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "openai", "~> 0.88.0" +gem "openai", "~> 0.89.0" ``` diff --git a/gemfiles/bedrock.gemfile.lock b/gemfiles/bedrock.gemfile.lock index 24c5b43e3..b9fe78095 100644 --- a/gemfiles/bedrock.gemfile.lock +++ b/gemfiles/bedrock.gemfile.lock @@ -12,7 +12,7 @@ PATH remote: .. specs: # x-release-please-start-version - openai (0.88.0) + openai (0.89.0) # x-release-please-end connection_pool (>= 2.2.3) logger diff --git a/lib/openai/version.rb b/lib/openai/version.rb index f57698b26..4aea4db45 100644 --- a/lib/openai/version.rb +++ b/lib/openai/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OpenAI - VERSION = "0.88.0" + VERSION = "0.89.0" end