Skip to content

Commit 2733cb0

Browse files
authored
Prepare for 1.0.0 of Symfony Bundle (#704)
* Prepare for 1.0.0 of Symfony Bundle * update branch alias to 1.1
1 parent a920179 commit 2733cb0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
## 1.0.0
6+
7+
No changes since 0.2.6
8+
59
## 0.2.6
610

711
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"async-aws/s3": "^1.0",
2323
"async-aws/ses": "^1.0",
2424
"async-aws/sqs": "^1.0",
25-
"async-aws/ssm": "^0.1",
25+
"async-aws/ssm": "^0.2",
2626
"matthiasnoback/symfony-config-test": "^4.1",
2727
"nyholm/symfony-bundle-test": "^1.6.1",
2828
"symfony/cache": "^4.4 || ^5.0"
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "0.4-dev"
32+
"dev-master": "1.1-dev"
3333
}
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)