Skip to content

Commit f0506ef

Browse files
committed
Prepare v0.3.1 release
1 parent f1b5a9b commit f0506ef

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 0.3.1 (2018-03-26)
4+
5+
* Feature: Forward compatibility with upcoming ReactPHP components
6+
(#37 by @clue)
7+
8+
* Fix: Consistent `connect()` behavior for all connection states
9+
(#36 by @clue)
10+
11+
* Fix: Report connection error to `connect()` callback
12+
(#35 by @clue)
13+
314
## 0.3.0 (2018-03-13)
415

516
* This is now a community project managed by @friends-of-reactphp. Thanks to

README.md

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

8686
```bash
87-
$ composer require react/mysql:^0.3
87+
$ composer require react/mysql:^0.3.1
8888
```
8989

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

0 commit comments

Comments
 (0)