Unverified Commit 643f2eee authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Update versions and changelog (#832)

parent 70c56afc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
vNext (Month Day, Year)
=======================

v0.27.0-alpha.1 (November 3rd, 2021)
====================================
**Breaking Changes**
- `<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)

+3 −0
Original line number Diff line number Diff line
vNext (Month Day, Year)
=======================

v0.0.23-alpha (November 3rd, 2021)
==================================
**New this week**
- :tada: Add support for AWS Glacier (smithy-rs#801)
- :tada: Add support for AWS Panorama
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@

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

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

kotlin.code.style=official