From 75e8a2a203f8f792ecf8c259a3d75e0783f192db Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 14 Jul 2020 08:52:55 +0100 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d61f9..bcd01cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Change Log +## 1.2.0 - 2020-07-14 + +- Use `hrtime` to avoid clock movement bugs +- Support only PHP 7.1-8.0 + ## 1.1.0 - 2019-01-19 - Support client-common 1.9 and 2 -- Measure the time it took to do the request. +- Measure the time it took to do the request ## 1.0.0 - 2016-05-05