diff --git a/.release-please-manifest.json b/.release-please-manifest.json index caf14871..de0960ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.12.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e9250a..20f5eacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.12.0](https://github.com/orbcorp/orb-java/compare/v1.11.0...v1.12.0) (2026-07-14) + + +### Features + +* **api:** add `commitment` credit block source and `credit_commitment` field ([a9bcd46](https://github.com/orbcorp/orb-java/commit/a9bcd4667809613c47816dabc7d2a0c8dffb7164)) +* **api:** api update ([2a0cbb0](https://github.com/orbcorp/orb-java/commit/2a0cbb03163c596dd178291322ae94f947150771)) + ## [1.11.0](https://github.com/orbcorp/orb-java/compare/v1.10.0...v1.11.0) (2026-07-10) diff --git a/README.md b/README.md index 222c8dd1..672d359b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.withorb.api/orb-java)](https://central.sonatype.com/artifact/com.withorb.api/orb-java/1.11.0) +[![Maven Central](https://img.shields.io/maven-central/v/com.withorb.api/orb-java)](https://central.sonatype.com/artifact/com.withorb.api/orb-java/1.12.0) @@ -19,7 +19,7 @@ The REST API documentation can be found on [docs.withorb.com](https://docs.witho ### Gradle ```kotlin -implementation("com.withorb.api:orb-java:1.11.0") +implementation("com.withorb.api:orb-java:1.12.0") ``` ### Maven @@ -28,7 +28,7 @@ implementation("com.withorb.api:orb-java:1.11.0") com.withorb.api orb-java - 1.11.0 + 1.12.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 81989492..4fd74a10 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ allprojects { group = "com.withorb.api" - version = "1.11.0" // x-release-please-version + version = "1.12.0" // x-release-please-version } subprojects {