diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ee22adc..85c31182 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.58.1" + ".": "0.59.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4365a74b..94517a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.59.0 (2024-09-19) + +Full Changelog: [v0.58.1...v0.59.0](https://github.com/lithic-com/lithic-java/compare/v0.58.1...v0.59.0) + +### ⚠ BREAKING CHANGES + +* **api:** update model `FinancialAccount` ([#308](https://github.com/lithic-com/lithic-java/issues/308)) + +### Features + +* **api:** update model `FinancialAccount` ([#308](https://github.com/lithic-com/lithic-java/issues/308)) ([47a3561](https://github.com/lithic-com/lithic-java/commit/47a35613b8c61bb3b2b2ad3b71759ce207624df4)) + ## 0.58.1 (2024-09-18) Full Changelog: [v0.58.0...v0.58.1](https://github.com/lithic-com/lithic-java/compare/v0.58.0...v0.58.1) diff --git a/README.md b/README.md index 1b3bcea9..76edd0ce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.lithic.api/lithic-java)](https://central.sonatype.com/artifact/com.lithic.api/lithic-java/0.58.1) +[![Maven Central](https://img.shields.io/maven-central/v/com.lithic.api/lithic-java)](https://central.sonatype.com/artifact/com.lithic.api/lithic-java/0.59.0) @@ -25,7 +25,7 @@ The REST API documentation can be found on [docs.lithic.com](https://docs.lithi ```kotlin -implementation("com.lithic.api:lithic-java:0.58.1") +implementation("com.lithic.api:lithic-java:0.59.0") ``` #### Maven @@ -34,7 +34,7 @@ implementation("com.lithic.api:lithic-java:0.58.1") com.lithic.api lithic-java - 0.58.1 + 0.59.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 302a90c8..2d1063ab 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.lithic.api" - version = "0.58.1" // x-release-please-version + version = "0.59.0" // x-release-please-version } nexusPublishing {