Skip to content

Commit

Permalink
Prepare v0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Oct 18, 2018
1 parent 43e4e85 commit faaa6b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.4.1 (2018-10-18)

* Feature: Support cancellation of pending connection attempts.
(#84 by @clue)

* Feature: Add `warningCount` to `QueryResult`.
(#82 by @legionth)

* Feature: Add exception message for invalid MySQL URI.
(#80 by @CharlotteDunois)

* Fix: Fix parsing error message during handshake (Too many connections).
(#83 by @clue)

## 0.4.0 (2018-09-21)

A major feature release with a significant documentation overhaul and long overdue API cleanup!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,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.4
$ composer require react/mysql:^0.4.1
```

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

0 comments on commit faaa6b3

Please sign in to comment.