From 69ccf1e02a51c97de772a57cc54c6e7aa38d1057 Mon Sep 17 00:00:00 2001 From: "orb-stlc-automation[bot]" <301525042+orb-stlc-automation[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 00:49:41 +0000 Subject: [PATCH] release: 1.23.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- build.gradle.kts | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 397c4203..cdcf20eb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.22.0" + ".": "1.23.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index de962d65..a9d3799d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.23.0](https://github.com/orbcorp/orb-java/compare/v1.22.0...v1.23.0) (2026-08-05) + + +### Features + +* **api:** add `grouped_tiered_matrix` price model for per-dimension tiered rates ([6f2d683](https://github.com/orbcorp/orb-java/commit/6f2d6831aeeb9d5acee6dd35a8b3b624188de971)) + ## [1.22.0](https://github.com/orbcorp/orb-java/compare/v1.21.0...v1.22.0) (2026-08-04) diff --git a/README.md b/README.md index 783d886f..51717e78 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.22.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.23.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.22.0") +implementation("com.withorb.api:orb-java:1.23.0") ``` ### Maven @@ -28,7 +28,7 @@ implementation("com.withorb.api:orb-java:1.22.0") com.withorb.api orb-java - 1.22.0 + 1.23.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 9ce62cde..d07f34de 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ allprojects { group = "com.withorb.api" - version = "1.22.0" // x-release-please-version + version = "1.23.0" // x-release-please-version } subprojects {