Skip to content

Commit 14d101f

Browse files
chore: release 1.1.5
1 parent 83b7885 commit 14d101f

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

.changes/56a90e2f-014b-4abd-8baa-5ce12dc60320.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/e43c0830-b8d0-43d0-a8bb-1e2c93b8ac7c.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [1.1.5] - 04/19/2024
4+
5+
### Fixes
6+
* Correctly handle error correction of int enums
7+
* Correctly codegen paginators for items in sparse lists
8+
39
## [1.1.4] - 04/17/2024
410

511
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1313
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
1414

1515
# SDK
16-
sdkVersion=1.1.5-SNAPSHOT
16+
sdkVersion=1.1.5
1717

1818
# codegen
19-
codegenVersion=0.31.5-SNAPSHOT
19+
codegenVersion=0.31.5

0 commit comments

Comments
 (0)