Skip to content

Commit

Permalink
Prepare for v0.20 release (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh authored Aug 10, 2021
1 parent dced8c2 commit 731a68d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
vNext (Month Day Year)
----------------------
vNext (Month Day, Year)
-----------------------
- (When complete) Add profile file provider for region (#594, #xyz)

v0.20 (August 10th, 2021)
--------------------------

**Breaking changes**

Expand All @@ -19,10 +23,10 @@ vNext (Month Day Year)
```

**New This Week**
- (When complete) Add profile file provider for region (#594, #xyz)
- Add AssumeRoleProvider parser implementation. (#632)
- The closure passed to `async_provide_credentials_fn` can now borrow values (#637)
- Add `Sender`/`Receiver` implementations for Event Stream (#639)
- Bring in the latest AWS models (#630)

v0.19 (August 3rd, 2021)
------------------------
Expand Down
2 changes: 1 addition & 1 deletion aws/sdk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# Version number to use for the generated SDK
aws.sdk.version=0.0.14-alpha
aws.sdk.version=0.0.15-alpha

# several services are broken pending custom work:
# transcribe streaming contains exclusively EventStream operations which are not supported
Expand Down

0 comments on commit 731a68d

Please sign in to comment.