From 5c4420c3ff53f7da22f9e47cbd06c79ebb3bae19 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:23:02 +0000 Subject: [PATCH 1/2] feat(api): api update --- examples/.keep | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 examples/.keep diff --git a/examples/.keep b/examples/.keep deleted file mode 100644 index d8c73e937..000000000 --- a/examples/.keep +++ /dev/null @@ -1,4 +0,0 @@ -File generated from our OpenAPI spec by Stainless. - -This directory can be used to store example files demonstrating usage of this SDK. -It is ignored by Stainless code generation and its content (other than this keep file) won't be touched. \ No newline at end of file From 02d3232296a2bdc46ec99a00ec1303daccec2b1f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:23:27 +0000 Subject: [PATCH 2/2] release: 0.394.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 cd675b327..1bb2c3312 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.393.0" + ".": "0.394.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f336fd97..1a12b3f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.394.0 (2026-01-07) + +Full Changelog: [v0.393.0...v0.394.0](https://github.com/Increase/increase-java/compare/v0.393.0...v0.394.0) + +### Features + +* **api:** api update ([5c4420c](https://github.com/Increase/increase-java/commit/5c4420c3ff53f7da22f9e47cbd06c79ebb3bae19)) + ## 0.393.0 (2026-01-07) Full Changelog: [v0.392.0...v0.393.0](https://github.com/Increase/increase-java/compare/v0.392.0...v0.393.0) diff --git a/README.md b/README.md index 54061db68..5a190ccee 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.393.0) -[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.393.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.393.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.394.0) +[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.394.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.394.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.393.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.394.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.393.0") +implementation("com.increase.api:increase-java:0.394.0") ``` ### Maven @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.393.0") com.increase.api increase-java - 0.393.0 + 0.394.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index fcf832a95..2f890226f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.increase.api" - version = "0.393.0" // x-release-please-version + version = "0.394.0" // x-release-please-version } subprojects {