File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.7.0 "
2+ "." : " 0.7.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.1 (2026-03-04)
4+
5+ Full Changelog: [ v0.7.0...v0.7.1] ( https://github.com/browserbase/stagehand-java/compare/v0.7.0...v0.7.1 )
6+
7+ ### Documentation
8+
9+ * tweak README wording for release validation ([ d60513d] ( https://github.com/browserbase/stagehand-java/commit/d60513dcbf3b65b64f2e8e86ef965927df74d40d ) )
10+
311## 0.7.0 (2026-02-25)
412
513Full Changelog: [ v0.6.1...v0.7.0] ( https://github.com/browserbase/stagehand-java/compare/v0.6.1...v0.7.0 )
Original file line number Diff line number Diff line change 22
33<!-- x-release-please-start-version -->
44
5- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.browserbase.api/stagehand-java )] ( https://central.sonatype.com/artifact/com.browserbase.api/stagehand-java/0.7.0 )
6- [ ![ javadoc] ( https://javadoc.io/badge2/com.browserbase.api/stagehand-java/0.7.0 /javadoc.svg )] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.7.0 )
5+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.browserbase.api/stagehand-java )] ( https://central.sonatype.com/artifact/com.browserbase.api/stagehand-java/0.7.1 )
6+ [ ![ javadoc] ( https://javadoc.io/badge2/com.browserbase.api/stagehand-java/0.7.1 /javadoc.svg )] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.7.1 )
77
88<!-- x-release-please-end -->
99
@@ -85,7 +85,7 @@ Most existing browser automation tools either require you to write low-level cod
8585### Gradle
8686
8787``` kotlin
88- implementation(" com.browserbase.api:stagehand-java:0.7.0 " )
88+ implementation(" com.browserbase.api:stagehand-java:0.7.1 " )
8989```
9090
9191### Maven
@@ -94,7 +94,7 @@ implementation("com.browserbase.api:stagehand-java:0.7.0")
9494<dependency >
9595 <groupId >com.browserbase.api</groupId >
9696 <artifactId >stagehand-java</artifactId >
97- <version >0.7.0 </version >
97+ <version >0.7.1 </version >
9898</dependency >
9999```
100100
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99allprojects {
1010 group = " com.browserbase.api"
11- version = " 0.7.0 " // x-release-please-version
11+ version = " 0.7.1 " // x-release-please-version
1212}
1313
1414subprojects {
You can’t perform that action at this time.
0 commit comments