We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ed350 commit feb84a8Copy full SHA for feb84a8
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
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
13
## 0.1.0
14
15
First version
composer.json
@@ -11,11 +11,11 @@
"php": "^7.2.5",
"ext-filter": "*",
"ext-json": "*",
- "async-aws/core": "^0.5"
+ "async-aws/core": "^1.0"
},
16
"extra": {
17
"branch-alias": {
18
- "dev-master": "0.1-dev"
+ "dev-master": "0.2-dev"
19
}
20
21
"autoload": {
0 commit comments