From afcbc069d58695fdd9f96139ab1d00bf274d50a1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:37:05 +0000 Subject: [PATCH] release: 0.61.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- build.gradle.kts | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 284ce936..f7e971ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.60.0" + ".": "0.61.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0083c3b9..fd3fb1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.61.0 (2024-09-24) + +Full Changelog: [v0.60.0...v0.61.0](https://github.com/lithic-com/lithic-java/compare/v0.60.0...v0.61.0) + +### Features + +* **api:** add `ACCOUNT_DELINQUENT` to `detailed_results` enum ([#312](https://github.com/lithic-com/lithic-java/issues/312)) ([2f7a283](https://github.com/lithic-com/lithic-java/commit/2f7a283c1ed7e093ba5e8847f0d2d586775d3c69)) + ## 0.60.0 (2024-09-23) Full Changelog: [v0.59.0...v0.60.0](https://github.com/lithic-com/lithic-java/compare/v0.59.0...v0.60.0) diff --git a/README.md b/README.md index 6df58289..2b162cff 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.60.0) +[![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.61.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.60.0") +implementation("com.lithic.api:lithic-java:0.61.0") ``` #### Maven @@ -34,7 +34,7 @@ implementation("com.lithic.api:lithic-java:0.60.0") com.lithic.api lithic-java - 0.60.0 + 0.61.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index ccf0ca7b..bf1b0ca5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.lithic.api" - version = "0.60.0" // x-release-please-version + version = "0.61.0" // x-release-please-version } nexusPublishing {