Skip to content

Commit

Permalink
Prepare v0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 19, 2019
1 parent 46c84e5 commit f49e18f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.4.3 (2019-01-19)

* Feature: Forward compatibility with ChildProcess v0.6.
(#54 by @clue)

* Improve test suite by testing against PHP 7.2 and PHP 7.3.
(#51 by @andreybolonin and #52 by @BenMorel)

* Update project homepage.
(#53 by @clue)

## 0.4.2 (2017-09-02)

* Feature: Forward compatibility with ChildProcess v0.5 and new ReactPHP components
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require clue/zenity-react:^0.4.2
$ composer require clue/zenity-react:^0.4.3
```

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

0 comments on commit f49e18f

Please sign in to comment.