From c25a47e2c4aaa6e46dbee4751a116d1c5e638dda Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:07:50 +0000 Subject: [PATCH] release: 0.72.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- README.md | 2 +- lib/openai/version.rb | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6f257c8d..ae50e2a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.72.0" + ".": "0.72.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a0d598..7279da46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.72.1 (2026-07-24) + +Full Changelog: [v0.72.0...v0.72.1](https://github.com/openai/openai-ruby/compare/v0.72.0...v0.72.1) + ## 0.72.0 (2026-07-23) Full Changelog: [v0.71.0...v0.72.0](https://github.com/openai/openai-ruby/compare/v0.71.0...v0.72.0) diff --git a/Gemfile.lock b/Gemfile.lock index d5889f80..f74460e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - openai (0.72.0) + openai (0.72.1) base64 cgi connection_pool diff --git a/README.md b/README.md index 3a8912f9..8152e4f0 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.72.0" +gem "openai", "~> 0.72.1" ``` diff --git a/lib/openai/version.rb b/lib/openai/version.rb index 949517ee..47dbd4d6 100644 --- a/lib/openai/version.rb +++ b/lib/openai/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OpenAI - VERSION = "0.72.0" + VERSION = "0.72.1" end