Skip to content

Commit

Permalink
chore: Version bump and changelog entry (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
kggilmer authored Oct 28, 2021
1 parent af83d7c commit ab26512
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7.0-alpha] - 10/28/2021

**WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**

### New Features

* add endpoint configuration and middleware by default [#507](https://github.com/awslabs/smithy-kotlin/pull/507)

## [0.6.0-alpha] - 10/21/2021

**WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android.useAndroidX=true
android.enableJetifier=true

# SDK
sdkVersion=0.6.1-SNAPSHOT
sdkVersion=0.7.0-alpha

# kotlin
kotlinVersion=1.5.31
Expand Down

0 comments on commit ab26512

Please sign in to comment.