Skip to content

Commit

Permalink
Bump shared_aws_api version, changelog and dependency for release (ag…
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwusch authored Jan 20, 2023
1 parent d2400af commit 4bd3974
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions shared_aws_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.0.1

- Patch signing algorithm for S3 compatibility

## 2.0.0

- Bug fixes in protocols
- Bump package:xml to >=6.0.0

## 1.2.0

- Add `close()` method to protocol classes for closing auto created http client.
Expand Down
4 changes: 2 additions & 2 deletions shared_aws_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shared_aws_api
description: Shared protocol implementation and utilities for generated AWS API clients.
version: 2.0.0
version: 2.0.1

homepage: https://github.com/agilord/aws_client/tree/master/shared_aws_api

Expand All @@ -12,7 +12,7 @@ dependencies:
http: ^0.13.1
meta: ^1.3.0
xml: '>=6.0.0 <7.0.0'
intl: ^0.17.0
intl: ^0.18.0
uuid: ^3.0.3
collection: ^1.15.0

Expand Down

0 comments on commit 4bd3974

Please sign in to comment.