From c6daf35a494817d50298a29c858e3290b6db0e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 21 May 2019 10:55:16 +0200 Subject: [PATCH] Prepare v0.5.4 release --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6122c4a..bf706c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.5.4 (2019-05-21) + +* Fix: Do not start idle timer when lazy connection is already closed. + (#110 by @clue) + +* Fix: Fix explicit `close()` on lazy connection when connection is active. + (#109 by @clue) + ## 0.5.3 (2019-04-03) * Fix: Ignore unsolicited server error when not executing any commands. diff --git a/README.md b/README.md index 9b92e5b..05cbaab 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ The recommended way to install this library is [through Composer](https://getcom This will install the latest supported version: ```bash -$ composer require react/mysql:^0.5.3 +$ composer require react/mysql:^0.5.4 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.