Skip to content

Commit af669c3

Browse files
release: 3.22.0
1 parent d406b2e commit af669c3

4 files changed

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

3+
## 3.22.0 (2026-07-14)
4+
5+
Full Changelog: [v3.21.0...v3.22.0](https://github.com/browserbase/stagehand-python/compare/v3.21.0...v3.22.0)
6+
7+
### Features
8+
9+
* [STG-2090] Add Azure Entra model auth support ([2727cc9](https://github.com/browserbase/stagehand-python/commit/2727cc967c63b7e5ecf16e9b503e7ee1b605559a))
10+
11+
12+
### Bug Fixes
13+
14+
* **internal:** resolve build failures ([d406b2e](https://github.com/browserbase/stagehand-python/commit/d406b2e0a7bb9d85f3053f73fd82c78c1ff6a21c))
15+
316
## 3.21.0 (2026-05-29)
417

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stagehand"
3-
version = "3.21.0"
3+
version = "3.22.0"
44
description = "The official Python library for the stagehand API"
55
dynamic = ["readme"]
66
license = "MIT"

src/stagehand/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "stagehand"
4-
__version__ = "3.21.0" # x-release-please-version
4+
__version__ = "3.22.0" # x-release-please-version

0 commit comments

Comments
 (0)