Skip to content

Commit d925fb5

Browse files
release: 3.16.0
1 parent bdc454a commit d925fb5

4 files changed

Lines changed: 18 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.15.0"
2+
".": "3.16.0"
33
}

CHANGELOG.md

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

3+
## 3.16.0 (2026-02-25)
4+
5+
Full Changelog: [v3.15.0...v3.16.0](https://github.com/browserbase/stagehand-php/compare/v3.15.0...v3.16.0)
6+
7+
### Features
8+
9+
* Add bedrock to provider enum in Zod schemas and OpenAPI spec ([d7beb58](https://github.com/browserbase/stagehand-php/commit/d7beb58a2fcb91f1c59b81cc47f10b49d6ee976b))
10+
11+
12+
### Chores
13+
14+
* **internal:** remove mock server code ([084d88e](https://github.com/browserbase/stagehand-php/commit/084d88e9049da3fc2acca9f2077cb37eb5dacd8a))
15+
* **release:** add packagist trigger on published release ([61d3be2](https://github.com/browserbase/stagehand-php/commit/61d3be273bc999a751fc060e338edd784c30136e))
16+
* update mock server docs ([3a5e75e](https://github.com/browserbase/stagehand-php/commit/3a5e75efcd92d87945e5f4970c5deef392e6f98a))
17+
318
## 3.15.0 (2026-02-18)
419

520
Full Changelog: [v3.14.0...v3.15.0](https://github.com/browserbase/stagehand-php/compare/v3.14.0...v3.15.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The REST API documentation can be found on [docs.stagehand.dev](https://docs.sta
8080
<!-- x-release-please-start-version -->
8181

8282
```
83-
composer require "browserbase/stagehand 3.15.0"
83+
composer require "browserbase/stagehand 3.16.0"
8484
```
8585

8686
<!-- x-release-please-end -->

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.15.0';
8+
const VERSION = '3.16.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)