File tree Expand file tree Collapse file tree 4 files changed +28
-6
lines changed
Expand file tree Collapse file tree 4 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.80.0 "
2+ "." : " 0.80.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.80.1 (2025-03-18)
4+
5+ Full Changelog: [ v0.80.0...v0.80.1] ( https://github.com/lithic-com/lithic-java/compare/v0.80.0...v0.80.1 )
6+
7+ ### Chores
8+
9+ * ** internal:** add generated comment ([ #535 ] ( https://github.com/lithic-com/lithic-java/issues/535 ) ) ([ 5ec4019] ( https://github.com/lithic-com/lithic-java/commit/5ec4019a1dcabd563d5a214d3fb1a54d37642a3a ) )
10+ * ** internal:** add tests for ` _headers() ` ([ #539 ] ( https://github.com/lithic-com/lithic-java/issues/539 ) ) ([ de2778e] ( https://github.com/lithic-com/lithic-java/commit/de2778e271b6c4c0782833a60f74cba4aaa217d1 ) )
11+ * ** internal:** delete duplicate tests ([ f68c161] ( https://github.com/lithic-com/lithic-java/commit/f68c1614cfc1ef1d7247475f6b6c65ea8de0a23a ) )
12+ * ** internal:** make test classes internal ([ #534 ] ( https://github.com/lithic-com/lithic-java/issues/534 ) ) ([ 3737c81] ( https://github.com/lithic-com/lithic-java/commit/3737c819ada96803807ba791a6c9477f2b018e76 ) )
13+ * ** internal:** refactor query param serialization impl and tests ([ #537 ] ( https://github.com/lithic-com/lithic-java/issues/537 ) ) ([ aa4e7b9] ( https://github.com/lithic-com/lithic-java/commit/aa4e7b955f2ce8cee135c3d27ba4e682e42fc95c ) )
14+ * ** internal:** refactor some test assertions ([ f68c161] ( https://github.com/lithic-com/lithic-java/commit/f68c1614cfc1ef1d7247475f6b6c65ea8de0a23a ) )
15+ * ** internal:** remove extra empty newlines ([ #531 ] ( https://github.com/lithic-com/lithic-java/issues/531 ) ) ([ 1ec3d9c] ( https://github.com/lithic-com/lithic-java/commit/1ec3d9cf1327e3db3f5a1e6d2781ad4d9f29452c ) )
16+ * ** internal:** rename ` getPathParam ` ([ #538 ] ( https://github.com/lithic-com/lithic-java/issues/538 ) ) ([ f68c161] ( https://github.com/lithic-com/lithic-java/commit/f68c1614cfc1ef1d7247475f6b6c65ea8de0a23a ) )
17+ * ** internal:** reorder some params methodsc ([ f68c161] ( https://github.com/lithic-com/lithic-java/commit/f68c1614cfc1ef1d7247475f6b6c65ea8de0a23a ) )
18+
19+
20+ ### Documentation
21+
22+ * add ` build ` method comments ([ #536 ] ( https://github.com/lithic-com/lithic-java/issues/536 ) ) ([ 1b0b00a] ( https://github.com/lithic-com/lithic-java/commit/1b0b00a8ea4ad629ed95462c46337ceecbf79b33 ) )
23+ * deduplicate and refine comments ([ #533 ] ( https://github.com/lithic-com/lithic-java/issues/533 ) ) ([ eaafce6] ( https://github.com/lithic-com/lithic-java/commit/eaafce67920b967704241ef05297016f103022be ) )
24+
325## 0.80.0 (2025-03-11)
426
527Full Changelog: [ v0.79.0...v0.80.0] ( https://github.com/lithic-com/lithic-java/compare/v0.79.0...v0.80.0 )
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.80.0 )
6- [ ![ javadoc] ( https://javadoc.io/badge2/com.lithic.api/lithic-java/0.80.0 /javadoc.svg )] ( https://javadoc.io/doc/com.lithic.api/lithic-java/0.80.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.80.1 )
6+ [ ![ javadoc] ( https://javadoc.io/badge2/com.lithic.api/lithic-java/0.80.1 /javadoc.svg )] ( https://javadoc.io/doc/com.lithic.api/lithic-java/0.80.1 )
77
88<!-- x-release-please-end -->
99
@@ -20,7 +20,7 @@ The REST API documentation can be found on [docs.lithic.com](https://docs.lithic
2020### Gradle
2121
2222``` kotlin
23- implementation(" com.lithic.api:lithic-java:0.80.0 " )
23+ implementation(" com.lithic.api:lithic-java:0.80.1 " )
2424```
2525
2626### Maven
@@ -29,7 +29,7 @@ implementation("com.lithic.api:lithic-java:0.80.0")
2929<dependency >
3030 <groupId >com.lithic.api</groupId >
3131 <artifactId >lithic-java</artifactId >
32- <version >0.80.0 </version >
32+ <version >0.80.1 </version >
3333</dependency >
3434```
3535
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99allprojects {
1010 group = " com.lithic.api"
11- version = " 0.80.0 " // x-release-please-version
11+ version = " 0.80.1 " // x-release-please-version
1212}
1313
1414subprojects {
You can’t perform that action at this time.
0 commit comments