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..8d534e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.1 (2026-08-04) + +Full Changelog: [v0.10.0...v0.10.1](https://github.com/openlayer-ai/openlayer-java/compare/v0.10.0...v0.10.1) + +### 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 d8bbe81e..971c1fce 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/0.10.0/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/0.10.1/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 { 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