From 576f3e8096b8e4880923f096830b3e6f27ec2ddc Mon Sep 17 00:00:00 2001
From: "stainless-app[bot]"
<142633134+stainless-app[bot]@users.noreply.github.com>
Date: Tue, 4 Aug 2026 02:09:11 +0000
Subject: [PATCH 1/3] chore(internal): codegen related update
---
scripts/upload-artifacts | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/upload-artifacts b/scripts/upload-artifacts
index 10f3c705..5c1fbefc 100755
--- a/scripts/upload-artifacts
+++ b/scripts/upload-artifacts
@@ -91,6 +91,7 @@ generate_instructions() {
Maven Repo
+
Stainless SDK Maven Repository
From aa54ceb20bdd0634c88e29c55b8c189b014b21b4 Mon Sep 17 00:00:00 2001
From: "stainless-app[bot]"
<142633134+stainless-app[bot]@users.noreply.github.com>
Date: Fri, 14 Aug 2026 05:01:35 +0000
Subject: [PATCH 2/3] fix(docs): link the javadoc badge so the version stays
current after release
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d8bbe81e..7ecfe780 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[](https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.10.0)
-[](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.10.0)
+[](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.10.0)
From 44d0f6807c61409694184fc018fb2e96646192c5 Mon Sep 17 00:00:00 2001
From: "stainless-app[bot]"
<142633134+stainless-app[bot]@users.noreply.github.com>
Date: Fri, 14 Aug 2026 05:02:06 +0000
Subject: [PATCH 3/3] release: 0.10.1
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 13 +++++++++++++
README.md | 10 +++++-----
build.gradle.kts | 2 +-
4 files changed, 20 insertions(+), 7 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 091cfb12..e1a24428 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.10.0"
+ ".": "0.10.1"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48cdc767..8a807615 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## 0.10.1 (2026-08-14)
+
+Full Changelog: [v0.10.0...v0.10.1](https://github.com/openlayer-ai/openlayer-java/compare/v0.10.0...v0.10.1)
+
+### Bug Fixes
+
+* **docs:** link the javadoc badge so the version stays current after release ([aa54ceb](https://github.com/openlayer-ai/openlayer-java/commit/aa54ceb20bdd0634c88e29c55b8c189b014b21b4))
+
+
+### Chores
+
+* **internal:** codegen related update ([576f3e8](https://github.com/openlayer-ai/openlayer-java/commit/576f3e8096b8e4880923f096830b3e6f27ec2ddc))
+
## 0.10.0 (2026-08-03)
Full Changelog: [v0.9.2...v0.10.0](https://github.com/openlayer-ai/openlayer-java/compare/v0.9.2...v0.10.0)
diff --git a/README.md b/README.md
index 7ecfe780..f6628a5d 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
-[](https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.10.0)
-[](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.10.0)
+[](https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.10.1)
+[](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.10.1)
@@ -13,7 +13,7 @@ It is generated with [Stainless](https://www.stainless.com/).
-The REST API documentation can be found on [openlayer.com](https://openlayer.com/docs/api-reference/rest/overview). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.10.0).
+The REST API documentation can be found on [openlayer.com](https://openlayer.com/docs/api-reference/rest/overview). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.10.1).
@@ -24,7 +24,7 @@ The REST API documentation can be found on [openlayer.com](https://openlayer.com
### Gradle
```kotlin
-implementation("com.openlayer.api:openlayer-java:0.10.0")
+implementation("com.openlayer.api:openlayer-java:0.10.1")
```
### Maven
@@ -33,7 +33,7 @@ implementation("com.openlayer.api:openlayer-java:0.10.0")
com.openlayer.api
openlayer-java
- 0.10.0
+ 0.10.1
```
diff --git a/build.gradle.kts b/build.gradle.kts
index a8d0c0b5..ab4c57e1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
allprojects {
group = "com.openlayer.api"
- version = "0.10.0" // x-release-please-version
+ version = "0.10.1" // x-release-please-version
}
subprojects {