Skip to content

Commit ee60a7a

Browse files
committed
chore(main): release 0.11.1
1 parent 0deca73 commit ee60a7a

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

.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.11.0"
2+
".": "0.11.1"
33
}

CHANGELOG.md

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

3+
## [0.11.1](https://github.com/lithic-com/lithic-java/compare/v0.11.0...v0.11.1) (2023-07-12)
4+
5+
6+
### Features
7+
8+
* **api:** add `state` query param for cards ([#19](https://github.com/lithic-com/lithic-java/issues/19)) ([42a3e58](https://github.com/lithic-com/lithic-java/commit/42a3e58f1323ab63f0ced69d29e0b75957b3d7f0))
9+
* **api:** add digital wallet tokenization result event type ([#20](https://github.com/lithic-com/lithic-java/issues/20)) ([0deca73](https://github.com/lithic-com/lithic-java/commit/0deca739e1d69c37c09d5b7bbf62c18d8ba0a7e7))
10+
11+
12+
### Documentation
13+
14+
* **webhooks:** clarify webhook signature validation ([#17](https://github.com/lithic-com/lithic-java/issues/17)) ([e3f6cbb](https://github.com/lithic-com/lithic-java/commit/e3f6cbba82b07b9f845b33dbd38419fbf7c2998f))
15+
316
## [0.11.0](https://github.com/lithic-com/lithic-java/compare/v0.10.1...v0.11.0) (2023-07-05)
417

518

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.11.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.11.1)
66

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

@@ -27,7 +27,7 @@ The API documentation can be found [here](https://docs.lithic.com).
2727
<!-- x-release-please-start-version -->
2828

2929
```kotlin
30-
implementation("com.lithic.api:lithic-java:0.11.0")
30+
implementation("com.lithic.api:lithic-java:0.11.1")
3131
```
3232

3333
#### Maven
@@ -36,7 +36,7 @@ implementation("com.lithic.api:lithic-java:0.11.0")
3636
<dependency>
3737
<groupId>com.lithic.api</groupId>
3838
<artifactId>lithic-java</artifactId>
39-
<version>0.11.0</version>
39+
<version>0.11.1</version>
4040
</dependency>
4141
```
4242

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "com.lithic.api"
7-
version = "0.11.0" // x-release-please-version
7+
version = "0.11.1" // x-release-please-version
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)