Skip to content

Commit 5304481

Browse files
release: 3.6.0
1 parent 720a537 commit 5304481

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.5.0"
2+
".": "3.6.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.6.0 (2026-01-21)
4+
5+
Full Changelog: [v3.5.0...v3.6.0](https://github.com/browserbase/stagehand-php/compare/v3.5.0...v3.6.0)
6+
7+
### Features
8+
9+
* add v3 integration tests matching cloud exactly ([720a537](https://github.com/browserbase/stagehand-php/commit/720a537000903162af127af6c5ba6d3c97d4a0dd))
10+
311
## 3.5.0 (2026-01-21)
412

513
Full Changelog: [v3.4.0...v3.5.0](https://github.com/browserbase/stagehand-php/compare/v3.4.0...v3.5.0)

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace Stagehand;
66

77
// x-release-please-start-version
8-
const VERSION = '3.5.0';
8+
const VERSION = '3.6.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)