From 6380ff842c28a985f2647e439461e6f222179c7a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:22:22 +0000 Subject: [PATCH 1/2] feat(api): api update --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 197f93625..3bdba4f51 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 Increase + Copyright 2026 Increase Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 575b637c17f0ac08fa5edac11cc2320430170a56 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:22:49 +0000 Subject: [PATCH 2/2] release: 0.389.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 10 +++++----- build.gradle.kts | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f655add5c..f7582d696 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.388.0" + ".": "0.389.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7ae8160..7b72fc1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.389.0 (2026-01-01) + +Full Changelog: [v0.388.0...v0.389.0](https://github.com/Increase/increase-java/compare/v0.388.0...v0.389.0) + +### Features + +* **api:** api update ([6380ff8](https://github.com/Increase/increase-java/commit/6380ff842c28a985f2647e439461e6f222179c7a)) + ## 0.388.0 (2025-12-19) Full Changelog: [v0.387.0...v0.388.0](https://github.com/Increase/increase-java/compare/v0.387.0...v0.388.0) diff --git a/README.md b/README.md index b5948eecc..fee6de3f5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.388.0) -[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.388.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.388.0) +[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.389.0) +[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.389.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.389.0) @@ -13,7 +13,7 @@ The Increase Java SDK is similar to the Increase Kotlin SDK but with minor diffe -The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.388.0). +The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.389.0). @@ -24,7 +24,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d ### Gradle ```kotlin -implementation("com.increase.api:increase-java:0.388.0") +implementation("com.increase.api:increase-java:0.389.0") ``` ### Maven @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.388.0") com.increase.api increase-java - 0.388.0 + 0.389.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index d315d1050..1bcbe8acd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.increase.api" - version = "0.388.0" // x-release-please-version + version = "0.389.0" // x-release-please-version } subprojects {