diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 030b8c06..303aba40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ CHANGELOG ========= -UNRELEASED +v1.9.1 (21.12.2020) ---------- -- Add `rr --version` flag support +- Add `rr --version` flag support (thanks @tarampampam) +- Update `reload` plugin, remove unnecessary goroutines and locks. +- Add objectives to the metrics summary. +- Automated releases builds. v1.9.0 (02.12.2020) ------------------- diff --git a/composer.json b/composer.json index 3d6b3d22..f64a9263 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.3 || ^8.0", + "php": "^7.2 || ^8.0", "ext-json": "*", "ext-curl": "*", "spiral/goridge": "^2.4.2", |