diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a2f7e6..7deae33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.1" + ".": "1.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b2931..94bf0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/run-llama/llama-parse-java/compare/v1.5.1...v1.6.0) (2026-08-28) + + +### Features + +* **extract:** publish the turbo tier on the public API surface (LI-8873) ([#25281](https://github.com/run-llama/llama-parse-java/issues/25281)) ([8161d3a](https://github.com/run-llama/llama-parse-java/commit/8161d3a802a5548c5e30915e560d27b74c06ea7f)) + ## [1.5.1](https://github.com/run-llama/llama-parse-java/compare/v1.5.0...v1.5.1) (2026-08-20) diff --git a/README.md b/README.md index df3ea3c..d090833 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ -[![Maven Central](https://img.shields.io/maven-central/v/ai.llamaindex.llamacloud/llama-cloud)](https://central.sonatype.com/artifact/ai.llamaindex.llamacloud/llama-cloud/1.5.1) -[![javadoc](https://javadoc.io/badge2/ai.llamaindex.llamacloud/llama-cloud/1.5.1/javadoc.svg)](https://javadoc.io/doc/ai.llamaindex.llamacloud/llama-cloud/1.5.1) +[![Maven Central](https://img.shields.io/maven-central/v/ai.llamaindex.llamacloud/llama-cloud)](https://central.sonatype.com/artifact/ai.llamaindex.llamacloud/llama-cloud/1.6.0) +[![javadoc](https://javadoc.io/badge2/ai.llamaindex.llamacloud/llama-cloud/1.6.0/javadoc.svg)](https://javadoc.io/doc/ai.llamaindex.llamacloud/llama-cloud/1.5.1) @@ -22,7 +22,7 @@ Use the Llama Cloud MCP Server to enable AI assistants to interact with this API -The REST API documentation can be found on [developers.llamaindex.ai](https://developers.llamaindex.ai/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/ai.llamaindex.llamacloud/llama-cloud/1.5.1). +The REST API documentation can be found on [developers.llamaindex.ai](https://developers.llamaindex.ai/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/ai.llamaindex.llamacloud/llama-cloud/1.6.0). @@ -33,7 +33,7 @@ The REST API documentation can be found on [developers.llamaindex.ai](https://de ### Gradle ```kotlin -implementation("ai.llamaindex:llama-cloud:1.5.1") +implementation("ai.llamaindex:llama-cloud:1.6.0") ``` ### Maven @@ -42,7 +42,7 @@ implementation("ai.llamaindex:llama-cloud:1.5.1") ai.llamaindex llama-cloud - 1.5.1 + 1.6.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 4536799..25c8d8c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "ai.llamaindex" - version = "1.5.1" // x-release-please-version + version = "1.6.0" // x-release-please-version } subprojects {