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.10.1 "
2+ "." : " 0.11.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.11.0] ( https://github.com/lithic-com/lithic-java/compare/v0.10.1...v0.11.0 ) (2023-07-05)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * ** api:** remove previous_auth_rule_tokens from auth rules ([ #15 ] ( https://github.com/lithic-com/lithic-java/issues/15 ) )
9+
10+ ### Documentation
11+
12+ * add trailing newlines ([ #13 ] ( https://github.com/lithic-com/lithic-java/issues/13 ) ) ([ 39d4c66] ( https://github.com/lithic-com/lithic-java/commit/39d4c6606d38ac78f1455eb2a30f610540bbe918 ) )
13+ * ** api:** update account limits docstrings ([ #10 ] ( https://github.com/lithic-com/lithic-java/issues/10 ) ) ([ ba6d74c] ( https://github.com/lithic-com/lithic-java/commit/ba6d74cb783daaafff4cb59bd30c42a3cd0e6316 ) )
14+ * ** api:** update limits docstrings ([ #12 ] ( https://github.com/lithic-com/lithic-java/issues/12 ) ) ([ ab16470] ( https://github.com/lithic-com/lithic-java/commit/ab16470900f9d4d4069bdc477aa416714ecefc44 ) )
15+
16+
17+ ### Refactors
18+
19+ * ** api:** remove previous_auth_rule_tokens from auth rules ([ #15 ] ( https://github.com/lithic-com/lithic-java/issues/15 ) ) ([ 32207a1] ( https://github.com/lithic-com/lithic-java/commit/32207a14d062c472ab2701a708898cdd8a4b2d0a ) )
20+
321## [ 0.10.1] ( https://github.com/lithic-com/lithic-java/compare/v0.10.0...v0.10.1 ) (2023-06-19)
422
523
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.10.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.11.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.10.1 " )
30+ implementation(" com.lithic.api:lithic-java:0.11.0 " )
3131```
3232
3333#### Maven
@@ -36,7 +36,7 @@ implementation("com.lithic.api:lithic-java:0.10.1")
3636<dependency >
3737 <groupId >com.lithic.api</groupId >
3838 <artifactId >lithic-java</artifactId >
39- <version >0.10.1 </version >
39+ <version >0.11.0 </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.10.1 " // x-release-please-version
7+ version = " 0.11.0 " // x-release-please-version
88}
99
1010nexusPublishing {
You can’t perform that action at this time.
0 commit comments