diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ac03171..e3778b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.6.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index beae211..d267222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 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) + ## 0.6.1 (2026-01-06) Full Changelog: [v0.6.0...v0.6.1](https://github.com/browserbase/stagehand-ruby/compare/v0.6.0...v0.6.1) diff --git a/Gemfile.lock b/Gemfile.lock index 70c539f..a5b14d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - stagehand (0.6.1) + stagehand (0.6.2) connection_pool GEM diff --git a/README.md b/README.md index 4f9aef0..c063f7f 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.1" +gem "stagehand", "~> 0.6.2" ``` diff --git a/lib/stagehand/version.rb b/lib/stagehand/version.rb index 7508de9..8bf0af7 100644 --- a/lib/stagehand/version.rb +++ b/lib/stagehand/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stagehand - VERSION = "0.6.1" + VERSION = "0.6.2" end