We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca9aed commit 580fcf0Copy full SHA for 580fcf0
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "3.7.0"
+ ".": "3.8.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 3.8.0 (2026-01-27)
4
+
5
+Full Changelog: [v3.7.0...v3.8.0](https://github.com/browserbase/stagehand-php/compare/v3.7.0...v3.8.0)
6
7
+### Features
8
9
+* **api:** manual updates ([4ea4789](https://github.com/browserbase/stagehand-php/commit/4ea4789b6bfa2fa708727fcf73b3bcc1dbd9e852))
10
11
## 3.7.0 (2026-01-22)
12
13
Full Changelog: [v3.6.0...v3.7.0](https://github.com/browserbase/stagehand-php/compare/v3.6.0...v3.7.0)
src/Version.php
@@ -5,5 +5,5 @@
namespace Stagehand;
// x-release-please-start-version
-const VERSION = '3.7.0';
+const VERSION = '3.8.0';
// x-release-please-end
0 commit comments