File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.13.1 "
2+ "." : " 0.13.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.13.2 (2023-10-05)
4+
5+ Full Changelog: [ v0.13.1...v0.13.2] ( https://github.com/lithic-com/lithic-java/compare/v0.13.1...v0.13.2 )
6+
7+ ### Features
8+
9+ * ** api:** updates ([ #93 ] ( https://github.com/lithic-com/lithic-java/issues/93 ) ) ([ e05197f] ( https://github.com/lithic-com/lithic-java/commit/e05197ff8c588a74ad6e22033c0f335060f31ac3 ) )
10+
311## 0.13.1 (2023-10-04)
412
513Full Changelog: [ v0.13.0...v0.13.1] ( https://github.com/lithic-com/lithic-java/compare/v0.13.0...v0.13.1 )
Original file line number Diff line number Diff line change 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.13.1 )
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.13.2 )
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.13.1 " )
30+ implementation(" com.lithic.api:lithic-java:0.13.2 " )
3131```
3232
3333#### Maven
@@ -36,7 +36,7 @@ implementation("com.lithic.api:lithic-java:0.13.1")
3636<dependency >
3737 <groupId >com.lithic.api</groupId >
3838 <artifactId >lithic-java</artifactId >
39- <version >0.13.1 </version >
39+ <version >0.13.2 </version >
4040</dependency >
4141```
4242
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55allprojects {
66 group = " com.lithic.api"
7- version = " 0.13.1 " // x-release-please-version
7+ version = " 0.13.2 " // x-release-please-version
88}
99
1010nexusPublishing {
You can’t perform that action at this time.
0 commit comments