diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3549461..c6a6955 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.1" + ".": "3.5.2" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 9738f87..a0da57a 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 8 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-8fbb3fa8f3a37c1c7408de427fe125aadec49f705e8e30d191601a9b69c4cc41.yml -openapi_spec_hash: 48b4dfac35a842d7fb0d228caf87544e +openapi_spec_hash: 8a36f79075102c63234ed06107deb8c9 config_hash: 7386d24e2f03a3b2a89b3f6881446348 diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ee849..d88fb8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.5.2 (2026-02-04) + +Full Changelog: [v3.5.1...v3.5.2](https://github.com/browserbase/stagehand-ruby/compare/v3.5.1...v3.5.2) + +### Chores + +* **docs:** remove www prefix ([8498bdd](https://github.com/browserbase/stagehand-ruby/commit/8498bdd34e0288b8a1c28e789d35dcecf91cd8b7)) + ## 3.5.1 (2026-02-03) Full Changelog: [v3.5.0...v3.5.1](https://github.com/browserbase/stagehand-ruby/compare/v3.5.0...v3.5.1) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96554b4..c2d5f73 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,13 +43,13 @@ If you’d like to use the repository from source, you can either install from g To install via git in your `Gemfile`: ```ruby -gem "stagehand", git: "https://www.github.com/browserbase/stagehand-ruby" +gem "stagehand", git: "https://github.com/browserbase/stagehand-ruby" ``` Alternatively, reference local copy of the repo: ```bash -$ git clone -- 'https://www.github.com/browserbase/stagehand-ruby' '' +$ git clone -- 'https://github.com/browserbase/stagehand-ruby' '' ``` ```ruby diff --git a/Gemfile.lock b/Gemfile.lock index c29ea56..d78caf4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - stagehand (3.5.1) + stagehand (3.5.2) cgi connection_pool diff --git a/lib/stagehand/version.rb b/lib/stagehand/version.rb index 23c52d4..6872959 100644 --- a/lib/stagehand/version.rb +++ b/lib/stagehand/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stagehand - VERSION = "3.5.1" + VERSION = "3.5.2" end