Skip to content

Commit

Permalink
release: 0.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Nov 7, 2024
1 parent 162f2f7 commit ef26076
Show file tree
Hide file tree
Showing 4 changed files with 29 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.70.0"
".": "0.71.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 0.71.0 (2024-11-07)

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

### ⚠ BREAKING CHANGES

* **client:** replace multimaps with custom types ([#370](https://github.com/lithic-com/lithic-kotlin/issues/370))

### Features

* **client:** additional builder setters for error class ([2920bb6](https://github.com/lithic-com/lithic-kotlin/commit/2920bb6cfc135107d90b78c2b949549abef1f915))
* **client:** more additional body param setters ([#372](https://github.com/lithic-com/lithic-kotlin/issues/372)) ([31ba9fb](https://github.com/lithic-com/lithic-kotlin/commit/31ba9fb8827af9142512a1a4c748a8bafee4a527))
* **client:** replace multimaps with custom types ([#370](https://github.com/lithic-com/lithic-kotlin/issues/370)) ([32d088e](https://github.com/lithic-com/lithic-kotlin/commit/32d088e500679cd4250fdd02524b9ff47da4c345))


### Bug Fixes

* **client:** error class `toBuilder` not copying fields ([#373](https://github.com/lithic-com/lithic-kotlin/issues/373)) ([2920bb6](https://github.com/lithic-com/lithic-kotlin/commit/2920bb6cfc135107d90b78c2b949549abef1f915))
* guava missing errors ([#374](https://github.com/lithic-com/lithic-kotlin/issues/374)) ([c1979a7](https://github.com/lithic-com/lithic-kotlin/commit/c1979a720513549a6208a6c3cabf3a16408e4230))


### Chores

* **api:** adds replacement_account_token to Card create parameters ([#368](https://github.com/lithic-com/lithic-kotlin/issues/368)) ([2afcb7a](https://github.com/lithic-com/lithic-kotlin/commit/2afcb7a134cb70a267a87832a53c39952c205580))

## 0.70.0 (2024-11-05)

Full Changelog: [v0.69.0...v0.70.0](https://github.com/lithic-com/lithic-kotlin/compare/v0.69.0...v0.70.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.70.0")
implementation("com.lithic.api:lithic-kotlin:0.71.0")
```

#### Maven
Expand All @@ -28,7 +28,7 @@ implementation("com.lithic.api:lithic-kotlin:0.70.0")
<dependency>
<groupId>com.lithic.api</groupId>
<artifactId>lithic-kotlin</artifactId>
<version>0.70.0</version>
<version>0.71.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.70.0" // x-release-please-version
version = "0.71.0" // x-release-please-version
}

nexusPublishing {
Expand Down

0 comments on commit ef26076

Please sign in to comment.