diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a1304a1..9202efd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.2" + ".": "3.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b11f481..4dd6af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.0.3 (2026-01-27) + +Full Changelog: [v3.0.2...v3.0.3](https://github.com/browserbase/stagehand-ruby/compare/v3.0.2...v3.0.3) + ## 3.0.2 (2026-01-22) Full Changelog: [v3.0.1...v3.0.2](https://github.com/browserbase/stagehand-ruby/compare/v3.0.1...v3.0.2) diff --git a/Gemfile.lock b/Gemfile.lock index 6cf9763..a30cdf2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - stagehand (3.0.2) + stagehand (3.0.3) cgi connection_pool diff --git a/README.md b/README.md index 1d709e1..2108c8c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "stagehand", "~> 3.0.1" +gem "stagehand", "~> 3.0.3" ``` diff --git a/lib/stagehand/version.rb b/lib/stagehand/version.rb index fdc5dfc..9d5caac 100644 --- a/lib/stagehand/version.rb +++ b/lib/stagehand/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stagehand - VERSION = "3.0.2" + VERSION = "3.0.3" end