Skip to content

Commit

Permalink
release: 0.74.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 24, 2025
1 parent e3dcb54 commit 6a8a474
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 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.74.0"
".": "0.74.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.74.1 (2025-01-24)

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

### Chores

* **api:** additional field added to 3DS Responses and Tokenization ([#442](https://github.com/lithic-com/lithic-kotlin/issues/442)) ([c0e3245](https://github.com/lithic-com/lithic-kotlin/commit/c0e324575400def645b04e9d2b2e16b234d0d897))
* **internal:** swap `checkNotNull` to `checkRequired` ([#447](https://github.com/lithic-com/lithic-kotlin/issues/447)) ([e3dcb54](https://github.com/lithic-com/lithic-kotlin/commit/e3dcb54509e7951e596cedc37ac8a8e1a937c022))
* update tests ([#445](https://github.com/lithic-com/lithic-kotlin/issues/445)) ([996829e](https://github.com/lithic-com/lithic-kotlin/commit/996829e99270e2267c33904af7acf17a1adb32a2))


### Documentation

* move up requirements section ([#446](https://github.com/lithic-com/lithic-kotlin/issues/446)) ([374d78c](https://github.com/lithic-com/lithic-kotlin/commit/374d78c17989ce9b30e7511a591c1ff04cf2d53e))
* update readme ([#444](https://github.com/lithic-com/lithic-kotlin/issues/444)) ([f8a669e](https://github.com/lithic-com/lithic-kotlin/commit/f8a669e31e3601956cbb907af57f048e98b371e0))

## 0.74.0 (2025-01-21)

Full Changelog: [v0.73.0...v0.74.0](https://github.com/lithic-com/lithic-kotlin/compare/v0.73.0...v0.74.0)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.lithic.api/lithic-kotlin)](https://central.sonatype.com/artifact/com.lithic.api/lithic-kotlin/0.74.0)
[![Maven Central](https://img.shields.io/maven-central/v/com.lithic.api/lithic-kotlin)](https://central.sonatype.com/artifact/com.lithic.api/lithic-kotlin/0.74.1)

<!-- x-release-please-end -->

Expand All @@ -19,7 +19,7 @@ The REST API documentation can be found on [docs.lithic.com](https://docs.lithic
### Gradle

```kotlin
implementation("com.lithic.api:lithic-kotlin:0.74.0")
implementation("com.lithic.api:lithic-kotlin:0.74.1")
```

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
allprojects {
group = "com.lithic.api"
version = "0.74.0" // x-release-please-version
version = "0.74.1" // x-release-please-version
}

0 comments on commit 6a8a474

Please sign in to comment.