From c420ca0d199f2867854508473f5eccecbcb692f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Wed, 3 Apr 2019 14:50:22 +0200 Subject: [PATCH] Prepare v0.5.3 release --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df6fcaa..6122c4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.5.3 (2019-04-03) + +* Fix: Ignore unsolicited server error when not executing any commands. + (#102 by @clue) + +* Fix: Fix decoding URL-encoded special characters in credentials from database connection URI. + (#98 and #101 by @clue) + ## 0.5.2 (2019-02-05) * Fix: Fix `ConnectionInterface` return type hint in `Factory`. diff --git a/README.md b/README.md index 1a2722a..9b92e5b 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.2 +$ composer require react/mysql:^0.5.3 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.