Skip to content

Commit

Permalink
Prepare v0.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 21, 2019
1 parent 541fe16 commit c6daf35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.4 (2019-05-21)

* Fix: Do not start idle timer when lazy connection is already closed.
(#110 by @clue)

* Fix: Fix explicit `close()` on lazy connection when connection is active.
(#109 by @clue)

## 0.5.3 (2019-04-03)

* Fix: Ignore unsolicited server error when not executing any commands.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,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.3
$ composer require react/mysql:^0.5.4
```

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

0 comments on commit c6daf35

Please sign in to comment.