diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f01b6..64d4f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All Notable changes to `jobs-careerbuilder` will be documented in this file +## 2.0.3 - 2016-11-01 + +### Fixed +- Updated `jobs-common` package to fix issue with single responses. + ## 2.0.2 - 2016-10-14 ### Fixed diff --git a/composer.json b/composer.json index 1152d46..e0adbea 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ ], "require": { "php": ">=5.5.0", - "jobapis/jobs-common": "^2.0.0" + "jobapis/jobs-common": "^2.0.2" }, "require-dev": { "phpunit/phpunit": ">=4.6",