Skip to content

Commit 643f2ee

Browse files
authored
Update versions and changelog (#832)
1 parent 70c56af commit 643f2ee

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
vNext (Month Day, Year)
22
=======================
3+
4+
v0.27.0-alpha.1 (November 3rd, 2021)
5+
====================================
36
**Breaking Changes**
47
- `<operation>.make_operation(&config)` is now an `async` function for all operations. Code should be updated to call `.await`. This will only impact users using the low-level API. (smithy-rs#797)
58

aws/SDK_CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
vNext (Month Day, Year)
22
=======================
3+
4+
v0.0.23-alpha (November 3rd, 2021)
5+
==================================
36
**New this week**
47
- :tada: Add support for AWS Glacier (smithy-rs#801)
58
- :tada: Add support for AWS Panorama

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
# Version number to use for the generated SDK
77
# Note: these must always be full 3-segment semver versions
8-
aws.sdk.version=0.0.22-alpha
8+
aws.sdk.version=0.0.23-alpha
99

1010
# Version number to use for the generated runtime crates
11-
smithy.rs.runtime.crate.version=0.27.0-alpha
11+
smithy.rs.runtime.crate.version=0.27.0-alpha.1
1212

1313
kotlin.code.style=official
1414

0 commit comments

Comments
 (0)