Skip to content

Commit

Permalink
release: 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jun 21, 2024
1 parent 3c1e363 commit 304db75
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.40.0"
".": "0.41.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.41.0 (2024-06-21)

Full Changelog: [v0.40.0...v0.41.0](https://github.com/lithic-com/lithic-kotlin/compare/v0.40.0...v0.41.0)

### ⚠ BREAKING CHANGES

* **api:** remove unused event type 'statement.created'
* **api:** remove unused business account type
* **api:** remove unused embed request params type
* **api:** updates ([#234](https://github.com/lithic-com/lithic-kotlin/issues/234))

### Features

* **api:** add 'reverse' method for book transfers ([2f07357](https://github.com/lithic-com/lithic-kotlin/commit/2f073575d7c676b94aab662cecf3c6334018b09a))
* **api:** add field 'trace numbers' to payment method attribute model ([2f07357](https://github.com/lithic-com/lithic-kotlin/commit/2f073575d7c676b94aab662cecf3c6334018b09a))
* **api:** remove unused business account type ([2f07357](https://github.com/lithic-com/lithic-kotlin/commit/2f073575d7c676b94aab662cecf3c6334018b09a))
* **api:** remove unused embed request params type ([2f07357](https://github.com/lithic-com/lithic-kotlin/commit/2f073575d7c676b94aab662cecf3c6334018b09a))
* **api:** remove unused event type 'statement.created' ([2f07357](https://github.com/lithic-com/lithic-kotlin/commit/2f073575d7c676b94aab662cecf3c6334018b09a))
* **api:** updates ([#234](https://github.com/lithic-com/lithic-kotlin/issues/234)) ([2f07357](https://github.com/lithic-com/lithic-kotlin/commit/2f073575d7c676b94aab662cecf3c6334018b09a))
* **client:** add support for `putQueryParam` on `ClientOptions` ([#232](https://github.com/lithic-com/lithic-kotlin/issues/232)) ([d2b2c82](https://github.com/lithic-com/lithic-kotlin/commit/d2b2c82123e72349e10c8c367f44074a68b850ff))

## 0.40.0 (2024-06-12)

Full Changelog: [v0.39.0...v0.40.0](https://github.com/lithic-com/lithic-kotlin/compare/v0.39.0...v0.40.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The REST API documentation can be found [on docs.lithic.com](https://docs.lithi
<!-- x-release-please-start-version -->

```kotlin
implementation("com.lithic.api:lithic-kotlin:0.40.0")
implementation("com.lithic.api:lithic-kotlin:0.41.0")
```

#### Maven
Expand All @@ -28,7 +28,7 @@ implementation("com.lithic.api:lithic-kotlin:0.40.0")
<dependency>
<groupId>com.lithic.api</groupId>
<artifactId>lithic-kotlin</artifactId>
<version>0.40.0</version>
<version>0.41.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "com.lithic.api"
version = "0.40.0" // x-release-please-version
version = "0.41.0" // x-release-please-version
}

nexusPublishing {
Expand Down

0 comments on commit 304db75

Please sign in to comment.