diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index a13afdac9..88948f352 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.399.0"
+ ".": "0.400.0"
}
\ No newline at end of file
diff --git a/.stats.yml b/.stats.yml
index 30af6c775..d6295fc7b 100644
--- a/.stats.yml
+++ b/.stats.yml
@@ -1,4 +1,4 @@
configured_endpoints: 232
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6726a464abac2e26549c692dba99ba448d4e8c8761df6b395ad50b348aa25a26.yml
-openapi_spec_hash: 275356a13559aed985c8c5c67b819d7d
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4df3552a635fafa2af8caa70f7daed96996b4263da92fb96e03cbf3c1b4931b4.yml
+openapi_spec_hash: 77a141ca0b0c00f8117cea15374a734d
config_hash: 27e44ed36b9c5617b580ead7231a594a
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd86d4bf8..8585e5ea2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## 0.400.0 (2026-01-22)
+
+Full Changelog: [v0.399.0...v0.400.0](https://github.com/Increase/increase-java/compare/v0.399.0...v0.400.0)
+
+### Features
+
+* **api:** api update ([fdba549](https://github.com/Increase/increase-java/commit/fdba549914ea13352bfcc099e6a387a245d05522))
+
+
+### Chores
+
+* **internal:** codegen related update ([fc90a76](https://github.com/Increase/increase-java/commit/fc90a7646adf1cfd7d0345982d435215929c0917))
+
## 0.399.0 (2026-01-21)
Full Changelog: [v0.398.0...v0.399.0](https://github.com/Increase/increase-java/compare/v0.398.0...v0.399.0)
diff --git a/README.md b/README.md
index b29b47ed7..9bdc5147f 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
-[](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.399.0)
-[](https://javadoc.io/doc/com.increase.api/increase-java/0.399.0)
+[](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.400.0)
+[](https://javadoc.io/doc/com.increase.api/increase-java/0.400.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.399.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.400.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.399.0")
+implementation("com.increase.api:increase-java:0.400.0")
```
### Maven
@@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.399.0")
com.increase.api
increase-java
- 0.399.0
+ 0.400.0
```
diff --git a/build.gradle.kts b/build.gradle.kts
index cea03707e..8804c03c1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
allprojects {
group = "com.increase.api"
- version = "0.399.0" // x-release-please-version
+ version = "0.400.0" // x-release-please-version
}
subprojects {
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundcheckdeposits/InboundCheckDepositCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundcheckdeposits/InboundCheckDepositCreateParams.kt
index 5295455ce..e814ef0dc 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundcheckdeposits/InboundCheckDepositCreateParams.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/inboundcheckdeposits/InboundCheckDepositCreateParams.kt
@@ -24,9 +24,9 @@ import kotlin.jvm.optionals.getOrNull
/**
* Simulates an Inbound Check Deposit against your account. This imitates someone depositing a check
* at their bank that was issued from your account. It may or may not be associated with a Check
- * Transfer. Increase will evaluate the Check Deposit as we would in production and either create a
- * Transaction or a Declined Transaction as a result. You can inspect the resulting Inbound Check
- * Deposit object to see the result.
+ * Transfer. Increase will evaluate the Inbound Check Deposit as we would in production and either
+ * create a Transaction or a Declined Transaction as a result. You can inspect the resulting Inbound
+ * Check Deposit object to see the result.
*/
class InboundCheckDepositCreateParams
private constructor(
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundCheckDepositServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundCheckDepositServiceAsync.kt
index 8365c89d8..53967c501 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundCheckDepositServiceAsync.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/InboundCheckDepositServiceAsync.kt
@@ -27,9 +27,9 @@ interface InboundCheckDepositServiceAsync {
/**
* Simulates an Inbound Check Deposit against your account. This imitates someone depositing a
* check at their bank that was issued from your account. It may or may not be associated with a
- * Check Transfer. Increase will evaluate the Check Deposit as we would in production and either
- * create a Transaction or a Declined Transaction as a result. You can inspect the resulting
- * Inbound Check Deposit object to see the result.
+ * Check Transfer. Increase will evaluate the Inbound Check Deposit as we would in production
+ * and either create a Transaction or a Declined Transaction as a result. You can inspect the
+ * resulting Inbound Check Deposit object to see the result.
*/
fun create(params: InboundCheckDepositCreateParams): CompletableFuture =
create(params, RequestOptions.none())
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundCheckDepositService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundCheckDepositService.kt
index 3f9ecc9ce..9011dc1b3 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundCheckDepositService.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/InboundCheckDepositService.kt
@@ -27,9 +27,9 @@ interface InboundCheckDepositService {
/**
* Simulates an Inbound Check Deposit against your account. This imitates someone depositing a
* check at their bank that was issued from your account. It may or may not be associated with a
- * Check Transfer. Increase will evaluate the Check Deposit as we would in production and either
- * create a Transaction or a Declined Transaction as a result. You can inspect the resulting
- * Inbound Check Deposit object to see the result.
+ * Check Transfer. Increase will evaluate the Inbound Check Deposit as we would in production
+ * and either create a Transaction or a Declined Transaction as a result. You can inspect the
+ * resulting Inbound Check Deposit object to see the result.
*/
fun create(params: InboundCheckDepositCreateParams): InboundCheckDeposit =
create(params, RequestOptions.none())
diff --git a/increase-java-example/build.gradle.kts b/increase-java-example/build.gradle.kts
index 27d8fa75a..b331e7d0b 100644
--- a/increase-java-example/build.gradle.kts
+++ b/increase-java-example/build.gradle.kts
@@ -8,7 +8,8 @@ repositories {
}
dependencies {
- implementation(project(":increase-java"))
+ implementation(project(":increase-java-core"))
+ implementation(project(":increase-java-client-okhttp"))
}
tasks.withType().configureEach {