File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.7] - 02/04/2022
4
+
5
+ ### New features
6
+ * implement waiters codegen [ #584 ] ( https://github.com/awslabs/smithy-kotlin/pull/584 )
7
+ * Kotlin MP gradle file generation [ #577 ] ( https://github.com/awslabs/smithy-kotlin/pull/577 )
8
+ * allow custom rendering of config properties [ #568 ] ( https://github.com/awslabs/smithy-kotlin/pull/568 )
9
+
10
+ ### Miscellaneous
11
+ * event stream design [ #576 ] ( https://github.com/awslabs/smithy-kotlin/pull/576 )
12
+
3
13
## [ 0.7.6] - 01/13/2022
4
14
5
15
### New features
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
5
5
kotlin.native.ignoreDisabledTargets =true
6
6
7
7
# SDK
8
- sdkVersion =0.7.7-SNAPSHOT
8
+ sdkVersion =0.7.7
9
9
10
10
# kotlin
11
11
kotlinVersion =1.6.10
You can’t perform that action at this time.
0 commit comments