Skip to content

Commit

Permalink
Version bump to fix crates.io conflict with aws-sigv4 (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti authored Dec 2, 2021
1 parent 4f1c8af commit b1835a1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ vNext (Month Day, Year)

**Breaking changes**

v0.32.0 (December 2nd, 2021)
=======================

- This release was a version bump to fix a version number conflict in crates.io

v0.31.0 (December 2nd, 2021)
=======================
**New this week**
Expand Down
5 changes: 5 additions & 0 deletions aws/SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ vNext (Month Day, Year)
=======================
**New this release**

v0.2.0 (December 2nd, 2021)
===========================

- This release was a version bump to fix a version number conflict in crates.io

v0.1.0 (December 2nd, 2021)
===========================
**New this release**
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
aws.sdk.version=0.2.0

# Version number to use for the generated runtime crates
smithy.rs.runtime.crate.version=0.31.0
smithy.rs.runtime.crate.version=0.32.0

kotlin.code.style=official

Expand Down

0 comments on commit b1835a1

Please sign in to comment.