diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f73031..a9e40ee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.2.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d43af8..898dc32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.2.1 (2026-01-27) + +Full Changelog: [v3.2.0...v3.2.1](https://github.com/browserbase/stagehand-ruby/compare/v3.2.0...v3.2.1) + ## 3.2.0 (2026-01-27) Full Changelog: [v3.1.0...v3.2.0](https://github.com/browserbase/stagehand-ruby/compare/v3.1.0...v3.2.0) diff --git a/Gemfile.lock b/Gemfile.lock index f95c8f3..a1c0c96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - stagehand (3.2.0) + stagehand (3.2.1) cgi connection_pool diff --git a/lib/stagehand/version.rb b/lib/stagehand/version.rb index d025938..59b9d8a 100644 --- a/lib/stagehand/version.rb +++ b/lib/stagehand/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stagehand - VERSION = "3.2.0" + VERSION = "3.2.1" end