Skip to content

Commit e38d1a5

Browse files
release: 3.22.0
1 parent 889f962 commit e38d1a5

3 files changed

Lines changed: 15 additions & 2 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 3.22.0 (2026-06-09)
4+
5+
Full Changelog: [v3.21.0...v3.22.0](https://github.com/browserbase/stagehand-net/compare/v3.21.0...v3.22.0)
6+
7+
### Features
8+
9+
* [STG-2090] Add Azure Entra model auth support ([889f962](https://github.com/browserbase/stagehand-net/commit/889f962499019bbe14fbb29e2d5bf6afdf096a99))
10+
11+
12+
### Bug Fixes
13+
14+
* **csharp:** resolve ambiguity in parsing query strings ([6a57880](https://github.com/browserbase/stagehand-net/commit/6a57880b0ecfbe79c5acc5e5a942df3d19494715))
15+
316
## 3.21.0 (2026-05-29)
417

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

src/Stagehand/Stagehand.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Metadata -->
44
<AssemblyTitle>Stagehand C#</AssemblyTitle>
55
<AssemblyName>Stagehand</AssemblyName>
6-
<VersionPrefix>3.21.0</VersionPrefix>
6+
<VersionPrefix>3.22.0</VersionPrefix>
77
<Description>The official .NET library for the Stagehand API.</Description>
88
<OutputType>Library</OutputType>
99
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)