Skip to content

Commit

Permalink
Version 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MortalFlesh committed Jul 18, 2022
1 parent 7dfd884 commit 07f0fc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<!-- There should always be "Unreleased" section at the beginning. -->

## Unreleased

# 9.0.0 - 2022-07-18
- Allow Symfony 6
- Require php 8.1
- [**BC**] Use php 8.1 features and types
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Install using *composer*

```json
"require": {
"vysokeskoly/logging-bundle" : "^8.0"
"vysokeskoly/logging-bundle" : "^9.0"
},
```

Expand Down

0 comments on commit 07f0fc1

Please sign in to comment.