diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3778b2..56441f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "3.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d267222..74290b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.0.1 (2026-01-15) + +Full Changelog: [v0.6.2...v3.0.1](https://github.com/browserbase/stagehand-ruby/compare/v0.6.2...v3.0.1) + ## 0.6.2 (2026-01-13) Full Changelog: [v0.6.1...v0.6.2](https://github.com/browserbase/stagehand-ruby/compare/v0.6.1...v0.6.2) diff --git a/Gemfile.lock b/Gemfile.lock index a5b14d1..8762e31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - stagehand (0.6.2) + stagehand (3.0.1) connection_pool GEM diff --git a/README.md b/README.md index fe131bd..bb4f59c 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", "~> 0.6.2" +gem "stagehand", "~> 3.0.1" ``` diff --git a/lib/stagehand/version.rb b/lib/stagehand/version.rb index 8bf0af7..831a738 100644 --- a/lib/stagehand/version.rb +++ b/lib/stagehand/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stagehand - VERSION = "0.6.2" + VERSION = "3.0.1" end