From 0ee099f52bd4e4a3e25e2c22d4b42c0b2cf372ec Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Fri, 29 Sep 2023 15:17:08 +0100 Subject: [PATCH] release: 0.13.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 6 +++--- build.gradle.kts | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e2781cac..d52d2b97 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.5" + ".": "0.13.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 27858658..549342b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.13.0 (2023-09-29) + +Full Changelog: [v0.12.5...v0.13.0](https://github.com/lithic-com/lithic-java/compare/v0.12.5...v0.13.0) + +### ⚠ BREAKING CHANGES + +* **api:** remove `post /webhooks/account_holders` endpoint ([#85](https://github.com/lithic-com/lithic-java/issues/85)) + +### Refactors + +* **api:** remove `post /webhooks/account_holders` endpoint ([#85](https://github.com/lithic-com/lithic-java/issues/85)) ([61e5703](https://github.com/lithic-com/lithic-java/commit/61e5703c0570a3914d3c863093216c68b35ee1c4)) + ## 0.12.5 (2023-09-20) Full Changelog: [v0.12.4...v0.12.5](https://github.com/lithic-com/lithic-java/compare/v0.12.4...v0.12.5) diff --git a/README.md b/README.md index 05bd04d8..c65da804 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.12.5) +[![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.13.0) @@ -27,7 +27,7 @@ The API documentation can be found [here](https://docs.lithic.com). ```kotlin -implementation("com.lithic.api:lithic-java:0.12.5") +implementation("com.lithic.api:lithic-java:0.13.0") ``` #### Maven @@ -36,7 +36,7 @@ implementation("com.lithic.api:lithic-java:0.12.5") com.lithic.api lithic-java - 0.12.5 + 0.13.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 61a98657..773c1fd5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.lithic.api" - version = "0.12.5" // x-release-please-version + version = "0.13.0" // x-release-please-version } nexusPublishing {