Skip to content

Commit 47c8e81

Browse files
committed
Prepare v0.5.1 release
1 parent 4acae8d commit 47c8e81

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.1 (2019-01-12)
4+
5+
* Fix: Fix "bad handshake" error when connecting without database name.
6+
(#91 by @clue)
7+
38
## 0.5.0 (2018-11-28)
49

510
A major feature release with a significant API improvement!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ The recommended way to install this library is [through Composer](https://getcom
460460
This will install the latest supported version:
461461

462462
```bash
463-
$ composer require react/mysql:^0.5
463+
$ composer require react/mysql:^0.5.1
464464
```
465465

466466
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)