Skip to content

Commit

Permalink
Prepare v0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Feb 5, 2019
1 parent c5ac28b commit 6dae976
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6dae976

Please sign in to comment.