Skip to content

Commit feb84a8

Browse files
authored
Prepare new versions of DynamoDb and CodeDeploy (#520)
1 parent f4ed350 commit feb84a8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.2.0
4+
5+
### Added
6+
7+
- Support for async-aws/core 1.0
8+
9+
### Changed
10+
11+
- DTO classes are final
12+
313
## 0.1.0
414

515
First version

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"php": "^7.2.5",
1212
"ext-filter": "*",
1313
"ext-json": "*",
14-
"async-aws/core": "^0.5"
14+
"async-aws/core": "^1.0"
1515
},
1616
"extra": {
1717
"branch-alias": {
18-
"dev-master": "0.1-dev"
18+
"dev-master": "0.2-dev"
1919
}
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)