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/4] 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/4] 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 @@ [![Maven Central](https://img.shields.io/maven-central/v/com.openlayer.api/openlayer-java)](https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.10.0) -[![javadoc](https://javadoc.io/badge2/com.openlayer.api/openlayer-java/0.10.0/javadoc.svg)](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.10.0) +[![javadoc](https://javadoc.io/badge2/com.openlayer.api/openlayer-java/javadoc.svg)](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.10.0) From 2733a53794639dddf53420c065bf91f09297d9c2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 04:13:02 +0000 Subject: [PATCH 3/4] chore(internal): codegen related update --- openlayer-java-core/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/openlayer-java-core/build.gradle.kts b/openlayer-java-core/build.gradle.kts index 396e8396..7655ccfd 100644 --- a/openlayer-java-core/build.gradle.kts +++ b/openlayer-java-core/build.gradle.kts @@ -38,4 +38,5 @@ dependencies { testImplementation("org.mockito:mockito-core:5.14.2") testImplementation("org.mockito:mockito-junit-jupiter:5.14.2") testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0") + testImplementation("org.slf4j:slf4j-nop:1.7.36") } From 39b159c7e30a35ce292b16ee9bf6dde5efcd1bc1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 04:13:29 +0000 Subject: [PATCH 4/4] release: 0.10.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ README.md | 10 +++++----- build.gradle.kts | 2 +- 4 files changed, 21 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..099c3191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.10.1 (2026-08-18) + +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 ([2733a53](https://github.com/openlayer-ai/openlayer-java/commit/2733a53794639dddf53420c065bf91f09297d9c2)) +* **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 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.openlayer.api/openlayer-java)](https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.10.0) -[![javadoc](https://javadoc.io/badge2/com.openlayer.api/openlayer-java/javadoc.svg)](https://javadoc.io/doc/com.openlayer.api/openlayer-java/0.10.0) +[![Maven Central](https://img.shields.io/maven-central/v/com.openlayer.api/openlayer-java)](https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.10.1) +[![javadoc](https://javadoc.io/badge2/com.openlayer.api/openlayer-java/javadoc.svg)](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 {