From e642eedad7e116095026c9d481a7b04aea7e9fb4 Mon Sep 17 00:00:00 2001 From: "orb-stlc-automation[bot]" <301525042+orb-stlc-automation[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 00:51:49 +0000 Subject: [PATCH] release: 1.14.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ README.md | 6 +++--- build.gradle.kts | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f94eeca2..e72f1131 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.14.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 31a9777b..e11e1120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.14.0](https://github.com/orbcorp/orb-java/compare/v1.13.0...v1.14.0) (2026-07-16) + + +### Features + +* **api:** add alert deletion, customer portal session, and invoice PDF regeneration endpoints ([52c7a44](https://github.com/orbcorp/orb-java/commit/52c7a4489b96984a0e4e49dd4adefced67e8dd34)) +* **api:** remove deprecated debug field from events backfill endpoints ([37bae4a](https://github.com/orbcorp/orb-java/commit/37bae4a596ec5eff0452dff5c5aac83d50e8a3e5)) +* **api:** remove deprecated debug parameter and field from backfill endpoints ([37bae4a](https://github.com/orbcorp/orb-java/commit/37bae4a596ec5eff0452dff5c5aac83d50e8a3e5)) +* **api:** remove deprecated debug query parameter and field from events API ([37bae4a](https://github.com/orbcorp/orb-java/commit/37bae4a596ec5eff0452dff5c5aac83d50e8a3e5)) + ## [1.13.0](https://github.com/orbcorp/orb-java/compare/v1.12.0...v1.13.0) (2026-07-15) diff --git a/README.md b/README.md index 32bd89c1..91d3887b 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.13.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.14.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.13.0") +implementation("com.withorb.api:orb-java:1.14.0") ``` ### Maven @@ -28,7 +28,7 @@ implementation("com.withorb.api:orb-java:1.13.0") com.withorb.api orb-java - 1.13.0 + 1.14.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index c78651cf..b25ef208 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ allprojects { group = "com.withorb.api" - version = "1.13.0" // x-release-please-version + version = "1.14.0" // x-release-please-version } subprojects {