Skip to content

Commit df2aa11

Browse files
authored
chore: release 0.10.1 (#500)
1 parent c89d4d0 commit df2aa11

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [0.10.1-beta] - 01/13/2022
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+
* update AWS models to latest versions [#499](https://github.com/awslabs/aws-sdk-kotlin/pull/499)
9+
* Paginators! [smithy-kotlin#557](https://github.com/awslabs/smithy-kotlin/pull/557)
10+
11+
### Fixes
12+
* enforce only once shutdown logic for crt engine connections [#497](https://github.com/awslabs/aws-sdk-kotlin/pull/497)
13+
314
## [0.10.0-beta] - 01/06/2022
415

516
**WARNING: Beta 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.10.1-SNAPSHOT
9+
sdkVersion=0.10.1-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.5
15+
smithyKotlinVersion=0.7.6
1616

1717
# kotlin
1818
kotlinVersion=1.6.10

0 commit comments

Comments
 (0)