Skip to content

Commit 22d55a0

Browse files
release: 0.74.0
1 parent ac8eabd commit 22d55a0

File tree

4 files changed

+42
-5
lines changed

4 files changed

+42
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.73.0"
2+
".": "0.74.0"
33
}

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## 0.74.0 (2025-01-27)
4+
5+
Full Changelog: [v0.73.0...v0.74.0](https://github.com/lithic-com/lithic-java/compare/v0.73.0...v0.74.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **client:** better union variant method and variable names ([#460](https://github.com/lithic-com/lithic-java/issues/460))
10+
11+
### Features
12+
13+
* **api:** adds additional fields to TransactionEvents ([#461](https://github.com/lithic-com/lithic-java/issues/461)) ([fd9ddcc](https://github.com/lithic-com/lithic-java/commit/fd9ddcc00f39bf88634758d5c3b5e7bd50be3d34))
14+
* **client:** add `close` method ([#463](https://github.com/lithic-com/lithic-java/issues/463)) ([e621cd6](https://github.com/lithic-com/lithic-java/commit/e621cd657a2862918e3689a4df802051008cf23d))
15+
* **client:** better union variant method and variable names ([#460](https://github.com/lithic-com/lithic-java/issues/460)) ([47448bb](https://github.com/lithic-com/lithic-java/commit/47448bb9d0ed1c4c85d735da8e9219f989466794))
16+
17+
18+
### Bug Fixes
19+
20+
* **client:** make some classes and constructors non-public ([#466](https://github.com/lithic-com/lithic-java/issues/466)) ([2e98bdf](https://github.com/lithic-com/lithic-java/commit/2e98bdfa2e9e93a00b93d5eb5cb8c3b7d88321a9))
21+
22+
23+
### Chores
24+
25+
* add max retries to test ([#462](https://github.com/lithic-com/lithic-java/issues/462)) ([ce18db7](https://github.com/lithic-com/lithic-java/commit/ce18db777880b6030c5f9331635cd13e60be5ef7))
26+
* **api:** additional field added to 3DS Responses and Tokenization ([#454](https://github.com/lithic-com/lithic-java/issues/454)) ([c7bcb9d](https://github.com/lithic-com/lithic-java/commit/c7bcb9d667f94b0700b1489697bad3d965ccd92c))
27+
* **internal:** remove some unnecessary `constructor` keywords ([2e98bdf](https://github.com/lithic-com/lithic-java/commit/2e98bdfa2e9e93a00b93d5eb5cb8c3b7d88321a9))
28+
* **internal:** swap `checkNotNull` to `checkRequired` ([#459](https://github.com/lithic-com/lithic-java/issues/459)) ([190676f](https://github.com/lithic-com/lithic-java/commit/190676f931b6b0a140f9794a1ccb0b3615d8c979))
29+
* update tests ([#457](https://github.com/lithic-com/lithic-java/issues/457)) ([a937d5f](https://github.com/lithic-com/lithic-java/commit/a937d5ff36bf79255e9cdf3d94d0d21964a7614d))
30+
31+
32+
### Documentation
33+
34+
* `async` and `sync` method comments ([#465](https://github.com/lithic-com/lithic-java/issues/465)) ([a6c1769](https://github.com/lithic-com/lithic-java/commit/a6c17699fa9e5bc713269a206b8f65cb79d2dc0e))
35+
* add client documentation ([#464](https://github.com/lithic-com/lithic-java/issues/464)) ([3cb8525](https://github.com/lithic-com/lithic-java/commit/3cb8525162d8b1cd4b48c5c52f0b29f50b4676d4))
36+
* builder, enum, and union comments ([#467](https://github.com/lithic-com/lithic-java/issues/467)) ([ac8eabd](https://github.com/lithic-com/lithic-java/commit/ac8eabd7d8248b349bce0c190d68eacee24a5099))
37+
* move up requirements section ([#458](https://github.com/lithic-com/lithic-java/issues/458)) ([d779ba1](https://github.com/lithic-com/lithic-java/commit/d779ba14c6b1d9626561fe8c4f0401b717e0793e))
38+
* update readme ([#456](https://github.com/lithic-com/lithic-java/issues/456)) ([a015030](https://github.com/lithic-com/lithic-java/commit/a01503000abe9e727b421638e112443d4a767218))
39+
340
## 0.73.0 (2025-01-21)
441

542
Full Changelog: [v0.72.0...v0.73.0](https://github.com/lithic-com/lithic-java/compare/v0.72.0...v0.73.0)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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.73.0)
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.74.0)
66

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

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

2121
```kotlin
22-
implementation("com.lithic.api:lithic-java:0.73.0")
22+
implementation("com.lithic.api:lithic-java:0.74.0")
2323
```
2424

2525
### Maven
@@ -28,7 +28,7 @@ implementation("com.lithic.api:lithic-java:0.73.0")
2828
<dependency>
2929
<groupId>com.lithic.api</groupId>
3030
<artifactId>lithic-java</artifactId>
31-
<version>0.73.0</version>
31+
<version>0.74.0</version>
3232
</dependency>
3333
```
3434

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
allprojects {
22
group = "com.lithic.api"
3-
version = "0.73.0" // x-release-please-version
3+
version = "0.74.0" // x-release-please-version
44
}

0 commit comments

Comments
 (0)