diff --git a/CHANGELOG.md b/CHANGELOG.md index 95216ee..fc67f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All Notable changes to `Refinery` will be documented in this file +## [0.1.4](https://github.com/rougin/refinery/compare/v0.1.3...v0.1.4) - 2015-10-23 + +### Changed +- Code structure +- Extensibility + ## [0.1.3](https://github.com/rougin/refinery/compare/v0.1.2...v0.1.3) - 2015-09-18 ### Added diff --git a/composer.json b/composer.json index d411cda..69193db 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,9 @@ ], "require": { "php": ">=5.3.0", - "rougin/blueprint": "*", - "rougin/describe": "*", - "rougin/spark-plug": "*" + "rougin/blueprint": "0.1.*", + "rougin/describe": "1.2.*", + "rougin/spark-plug": "0.2.*" }, "require-dev": { "phpunit/phpunit" : "4.*",