Skip to content

Commit 69eef9f

Browse files
authored
chore: release version bump (#465)
1 parent b4bd302 commit 69eef9f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [0.9.5-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+
### Fixes
8+
* move endpoint resolution log messages from DEBUG to TRACE [#443](https://github.com/awslabs/aws-sdk-kotlin/pull/443)
9+
* presigner cleanup [#452](https://github.com/awslabs/aws-sdk-kotlin/pull/452)
10+
* import signing test suite [#451](https://github.com/awslabs/aws-sdk-kotlin/pull/451)
11+
12+
## [0.9.4-beta] - 12/01/2021
13+
14+
**WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
15+
316
## [0.9.3-alpha] - 11/19/2021
417

518
**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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G
77

88
# sdk
9-
sdkVersion=0.9.4-SNAPSHOT
9+
sdkVersion=0.9.5-beta
1010

1111
# codegen
1212
smithyVersion=1.13.1
1313
smithyGradleVersion=0.5.3
1414
# smithy-kotlin codegen and runtime are versioned together
15-
smithyKotlinVersion=0.7.2-alpha
15+
smithyKotlinVersion=0.7.4-beta
1616

1717
# kotlin
1818
kotlinVersion=1.5.31

0 commit comments

Comments
 (0)