Skip to content

Commit 2646ec1

Browse files
authored
chore: release version bump (#549)
1 parent f1bfeea commit 2646ec1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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!**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55
kotlin.native.ignoreDisabledTargets=true
66

77
# SDK
8-
sdkVersion=0.7.3-SNAPSHOT
8+
sdkVersion=0.7.4-beta
99

1010
# kotlin
1111
kotlinVersion=1.5.31

0 commit comments

Comments
 (0)