Skip to content

Commit be70c8a

Browse files
release: 3.22.0
1 parent ac0e4b5 commit be70c8a

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.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.21.0"
2+
".": "3.22.0"
33
}

CHANGELOG.md

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

3+
## 3.22.0 (2026-07-18)
4+
5+
Full Changelog: [v3.21.0...v3.22.0](https://github.com/browserbase/stagehand-ruby/compare/v3.21.0...v3.22.0)
6+
7+
### Features
8+
9+
* [STG-2090] Add Azure Entra model auth support ([1f8bf4b](https://github.com/browserbase/stagehand-ruby/commit/1f8bf4b2421c4c85887535aff089a81392aef841))
10+
* **stlc:** configurable CI runner and private-production-repo support in workflow templates ([ac0e4b5](https://github.com/browserbase/stagehand-ruby/commit/ac0e4b5002f37c47c2563f32639204af4eefbed6))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** send content-type header for requests with an omitted optional body ([b6c6458](https://github.com/browserbase/stagehand-ruby/commit/b6c6458818c9e790e233aa601a99fe7ef5c0de42))
16+
17+
18+
### Chores
19+
20+
* **internal:** bound formatter parallelism to CPU count ([4816aab](https://github.com/browserbase/stagehand-ruby/commit/4816aabe67fe83098eac022142e0f795a32ee204))
21+
322
## 3.21.0 (2026-05-27)
423

524
Full Changelog: [v3.20.0...v3.21.0](https://github.com/browserbase/stagehand-ruby/compare/v3.20.0...v3.21.0)

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.21.0)
14+
stagehand (3.22.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.21.0"
4+
VERSION = "3.22.0"
55
end

0 commit comments

Comments
 (0)