diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b14b32..a50dfe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,18 @@ ADDED: CHANGED: -- Updated Yin to 4.0.0 -- `JsonApiRequestValidatorMiddleware` will throw a `RequestException` if the request isn't instance of Yin's `RequestInterface` - REMOVED: FIXED: +## 4.0.0-beta1 - 2018-12-21 + +CHANGED: + +- Updated Yin to 4.0.0 +- `JsonApiRequestValidatorMiddleware` will throw a `RequestException` if the request isn't instance of Yin's `RequestInterface` +- Apply the Woohoo Labs. Coding Standard + ## 3.0.1 - 2018-02-12 REMOVED: diff --git a/composer.json b/composer.json index 7a40c6c..41e140d 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpunit/phpunit": "^7.0.0", "seld/jsonlint": "^1.4.0", "squizlabs/php_codesniffer": "^3.4.0", - "woohoolabs/coding-standard": "dev-master as 1.0.0", + "woohoolabs/coding-standard": "^1.0.0", "zendframework/zend-diactoros": "^2.0.0" }, "autoload": {