File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.4-beta] - 12/09/2021
4+
5+ ** WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
6+
7+ ### New features
8+ * add call logging at DEBUG level [ #547 ] ( https://github.com/awslabs/smithy-kotlin/pull/547 )
9+
10+ ## [ 0.7.3-beta] - 12/01/2021
11+
12+ ** WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
13+
14+
315## [ 0.7.2-alpha] - 11/19/2021
416
517** WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55kotlin.native.ignoreDisabledTargets =true
66
77# SDK
8- sdkVersion =0.7.3-SNAPSHOT
8+ sdkVersion =0.7.4-beta
99
1010# kotlin
1111kotlinVersion =1.5.31
You can’t perform that action at this time.
0 commit comments