Skip to content

Commit 4b2011e

Browse files
committed
chore(main): release 0.11.7
1 parent bd13b75 commit 4b2011e

4 files changed

Lines changed: 13 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.6"
2+
".": "0.11.7"
33
}

CHANGELOG.md

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

3+
## [0.11.7](https://github.com/lithic-com/lithic-java/compare/v0.11.6...v0.11.7) (2023-08-11)
4+
5+
6+
### Features
7+
8+
* allOf models now have toXxx methods to access the separate allOf models ([#55](https://github.com/lithic-com/lithic-java/issues/55)) ([bd13b75](https://github.com/lithic-com/lithic-java/commit/bd13b7574f1bacae7d25c1749e6b80ed3aa9896d))
9+
* **api:** add card reissue shipping options ([#53](https://github.com/lithic-com/lithic-java/issues/53)) ([e5b2c1d](https://github.com/lithic-com/lithic-java/commit/e5b2c1d219284cc499e1a552c2d04205b9c55a02))
10+
311
## [0.11.6](https://github.com/lithic-com/lithic-java/compare/v0.11.5...v0.11.6) (2023-08-08)
412

513

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.6)
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.7)
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.6")
30+
implementation("com.lithic.api:lithic-java:0.11.7")
3131
```
3232

3333
#### Maven
@@ -36,7 +36,7 @@ implementation("com.lithic.api:lithic-java:0.11.6")
3636
<dependency>
3737
<groupId>com.lithic.api</groupId>
3838
<artifactId>lithic-java</artifactId>
39-
<version>0.11.6</version>
39+
<version>0.11.7</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.6" // x-release-please-version
7+
version = "0.11.7" // x-release-please-version
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)