Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Mar 18, 2022
1 parent 97f86d3 commit 2d62ef6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## v2.11.0 - Unreleased
- **High Impact Changes**
- [spiral/queue] Added queue injector #592
- [spiral/cache] Added cache injector #600
- **Medium Impact Changes**
- [spiral/tokenizer] Added ability to use scopes for indexing files with specific scopes #593
- **Other Features**
- [spiral/boot] Added ability to disable overwriting env variables for `Spiral\Boot\Environment`
- [spiral/storage] Added storage bucket factory.
- [spiral/boot] Added ability to disable overwriting env variables for `Spiral\Boot\Environment` #599
- [spiral/storage] Added storage bucket factory #601
- [spiral/console] Added return types for interface compatibility #591

## v2.10.0 - 2022-03-04
- **High Impact Changes**
Expand Down
4 changes: 2 additions & 2 deletions src/Queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"spiral/snapshots": "^2.10",
"spiral/snapshots": "^2.11",
"doctrine/inflector": "^1.4|^2.0",
"opis/closure": "^3.6",
"ramsey/uuid": "^4.2"
Expand All @@ -34,7 +34,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"mockery/mockery": "^1.5",
"spiral/boot": "^2.10"
"spiral/boot": "^2.11"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 2d62ef6

Please sign in to comment.