diff options
author | Valery Piashchynski <[email protected]> | 2020-12-21 23:20:45 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-21 23:20:45 +0300 |
commit | df77bc14b7f09eba6d603669cc7bbd8f527ff664 (patch) | |
tree | 28f15db1eea521ac22d015a80276d1ef5025612a | |
parent | a61992293ca98c27e40ed427ee147a8abb4dcc6c (diff) |
Release 1.9.1
-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", |