Skip to content

Commit 41556a0

Browse files
chore: release 1.0.4
1 parent 153f02f commit 41556a0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changes/85c1a6d6-9e18-475a-8c8a-766d041530ab.json

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

CHANGELOG.md

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

3+
## [1.0.4] - 12/14/2023
4+
5+
### Miscellaneous
6+
* Refactor codegen to move non AWS specific support into core
7+
38
## [1.0.3] - 12/08/2023
49

510
### Fixes

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ kotlin.native.ignoreDisabledTargets=true
88
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
99

1010
# SDK
11-
sdkVersion=1.0.4-SNAPSHOT
11+
sdkVersion=1.0.4
1212

1313
# codegen
14-
codegenVersion=0.30.5-SNAPSHOT
14+
codegenVersion=0.30.5
1515

1616
# kotlin
1717
kotlinVersion=1.9.20

0 commit comments

Comments
 (0)