Skip to content

Commit

Permalink
Prepare v0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Apr 3, 2019
1 parent 243c733 commit c420ca0
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.3 (2019-04-03)

* Fix: Ignore unsolicited server error when not executing any commands.
(#102 by @clue)

* Fix: Fix decoding URL-encoded special characters in credentials from database connection URI.
(#98 and #101 by @clue)

## 0.5.2 (2019-02-05)

* Fix: Fix `ConnectionInterface` return type hint in `Factory`.
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.2
$ composer require react/mysql:^0.5.3
```

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

0 comments on commit c420ca0

Please sign in to comment.