Skip to content

Commit 817b78d

Browse files
release: 3.7.0
1 parent 52138c9 commit 817b78d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.6.1"
2+
".": "3.7.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.7.0 (2026-02-25)
4+
5+
Full Changelog: [v3.6.1...v3.7.0](https://github.com/browserbase/stagehand-ruby/compare/v3.6.1...v3.7.0)
6+
7+
### Features
8+
9+
* Add bedrock to provider enum in Zod schemas and OpenAPI spec ([d48f5b4](https://github.com/browserbase/stagehand-ruby/commit/d48f5b49219186ee326adad925b4d1a67d4fd1c6))
10+
311
## 3.6.1 (2026-02-25)
412

513
Full Changelog: [v3.6.0...v3.6.1](https://github.com/browserbase/stagehand-ruby/compare/v3.6.0...v3.6.1)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
stagehand (3.6.1)
14+
stagehand (3.7.0)
1515
cgi
1616
connection_pool
1717

lib/stagehand/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stagehand
4-
VERSION = "3.6.1"
4+
VERSION = "3.7.0"
55
end

0 commit comments

Comments
 (0)