Skip to content

Commit

Permalink
Prepare stable releases of S3, Sqs and Ses (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored May 3, 2020
1 parent c644edc commit b77da92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.0

### Added

- Support for async-aws/core 1.0.

## 0.4.0

### Changed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"require": {
"php": "^7.2.5",
"ext-json": "*",
"async-aws/core": "^0.5"
"async-aws/core": "^1.0"
},
"extra": {
"branch-alias": {
"dev-master": "0.4-dev"
"dev-master": "1.1-dev"
}
},
"autoload": {
Expand Down

0 comments on commit b77da92

Please sign in to comment.