We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77aeeea commit fcbea6fCopy full SHA for fcbea6f
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.1.0"
+ ".": "0.2.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.2.0 (2025-12-16)
4
+
5
+Full Changelog: [v0.1.0...v0.2.0](https://github.com/browserbase/stagehand-php/compare/v0.1.0...v0.2.0)
6
7
+### Features
8
9
+* **api:** manual updates ([77aeeea](https://github.com/browserbase/stagehand-php/commit/77aeeea5ae9c63e4239c9f37026f33e20dd8a5d7))
10
11
## 0.1.0 (2025-12-16)
12
13
Full Changelog: [v0.0.1...v0.1.0](https://github.com/browserbase/stagehand-php/compare/v0.0.1...v0.1.0)
src/Version.php
@@ -5,5 +5,5 @@
namespace Stagehand;
// x-release-please-start-version
-const VERSION = '0.1.0';
+const VERSION = '0.2.0';
// x-release-please-end
0 commit comments