diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3f305..a632205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog All Notable changes to `jobs-govt` will be documented in this file +## 0.4.2 - 2015-07-04 + +### Added +- Support for version 1.0 release of jobs-common project + +### Deprecated +- Nothing + +### Fixed +- Nothing + +### Removed +- Nothing + +### Security +- Nothing + ## 0.4.1 - 2015-06-07 ### Added diff --git a/composer.json b/composer.json index b24be63..8cbe6fb 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ ], "require": { "php": ">=5.5.0", - "jobbrander/jobs-common": "~0.7" + "jobbrander/jobs-common": "~1.0" }, "require-dev": { "phpunit/phpunit": "3.7.*",