diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b0bb5..c7877a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free to add your changes here when sending pull requests. Also send corrections if you spot any mistakes. -## 0.3.0 (2014-09-xx) +## 0.3.0 (2014-09-29) * BC break: Rename all classes in `Clue\Zenity\React\Model\Name` to `Clue\Zenity\React\Dialog\NameDialog` (#10) diff --git a/README.md b/README.md index d3f118f..0dbb564 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ The recommended way to install this library is [through composer](https://getcom ```JSON { "require": { - "clue/zenity-react": "~0.2.0" + "clue/zenity-react": "~0.3.0" } } ```