diff --git a/CHANGELOG.md b/CHANGELOG.md index 98deb63..df6fcaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.5.2 (2019-02-05) + +* Fix: Fix `ConnectionInterface` return type hint in `Factory`. + (#93 by @clue) + +* Minor documentation typo fix and improve test suite to test against PHP 7.3, + add forward compatibility with PHPUnit 7 and use legacy PHPUnit 5 on HHVM. + (#92 and #94 by @clue) + ## 0.5.1 (2019-01-12) * Fix: Fix "bad handshake" error when connecting without database name. diff --git a/README.md b/README.md index bcfe12f..5011b1e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # MySQL [![Build Status](https://travis-ci.org/friends-of-reactphp/mysql.svg?branch=master)](https://travis-ci.org/friends-of-reactphp/mysql) @@ -460,7 +461,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.1 +$ composer require react/mysql:^0.5.2 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.