Skip to content

Commit dd44eb2

Browse files
committed
chore(main): release 0.12.0
1 parent 191655b commit dd44eb2

4 files changed

Lines changed: 24 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.7"
2+
".": "0.12.0"
33
}

CHANGELOG.md

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

3+
## [0.12.0](https://github.com/lithic-com/lithic-java/compare/v0.11.7...v0.12.0) (2023-08-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **api:** change `key` to `secret` ([#57](https://github.com/lithic-com/lithic-java/issues/57))
9+
10+
### Features
11+
12+
* **api:** change `key` to `secret` ([#57](https://github.com/lithic-com/lithic-java/issues/57)) ([b50b550](https://github.com/lithic-com/lithic-java/commit/b50b55076ab9d0368fa576c8d95e39960b45b935))
13+
* default timeout is set for java clients ([#59](https://github.com/lithic-com/lithic-java/issues/59)) ([e9cb63c](https://github.com/lithic-com/lithic-java/commit/e9cb63cd6aef2d9153033983a8c3bce4d1bdb95a))
14+
* generate addXxx methods for array types ([#61](https://github.com/lithic-com/lithic-java/issues/61)) ([ae92a46](https://github.com/lithic-com/lithic-java/commit/ae92a462481307947f70bccc75dbd3e61c10c078))
15+
16+
17+
### Chores
18+
19+
* assign default reviewers to release PRs ([#60](https://github.com/lithic-com/lithic-java/issues/60)) ([28f1275](https://github.com/lithic-com/lithic-java/commit/28f1275d159a8a1c98d41e33fec7dfa22a787079))
20+
* **client:** send Idempotency-Key header ([#62](https://github.com/lithic-com/lithic-java/issues/62)) ([191655b](https://github.com/lithic-com/lithic-java/commit/191655b6d2c6e51111f6c25b77dde800a28143a7))
21+
322
## [0.11.7](https://github.com/lithic-com/lithic-java/compare/v0.11.6...v0.11.7) (2023-08-11)
423

524

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

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

1010
nexusPublishing {

0 commit comments

Comments
 (0)