Skip to content

Commit 3b1de74

Browse files
authored
Update other packages with a new patch version (#522)
* Update other packages with a new patch version * Revert bundle changes
1 parent 7e0ee2f commit 3b1de74

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.1.1
4+
5+
### Changed
6+
7+
- Support only version 1.0 of async-aws/core
8+
39
## 0.1.0
410

511
First version

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": "^7.2.5",
1212
"ext-json": "*",
13-
"async-aws/core": "^0.5.2"
13+
"async-aws/core": "^1.0"
1414
},
1515
"extra": {
1616
"branch-alias": {

0 commit comments

Comments
 (0)