Skip to content

Commit

Permalink
updating jobs-common package
Browse files Browse the repository at this point in the history
  • Loading branch information
karllhughes committed Jan 21, 2017
1 parent 65d54a8 commit c4bfab5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All Notable changes to `jobs-indeed` will be documented in this file

## 1.1.0 - 2017-01-21

### Fixed
- Upgraded Jobs-Common dependency to address a bug related to empty results from the API.

## 1.0.0 - 2016-09-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=5.5.0",
"jobapis/jobs-common": "^2.0.0"
"jobapis/jobs-common": "^2.1.2"
},
"require-dev": {
"phpunit/phpunit": ">=4.6",
Expand Down

0 comments on commit c4bfab5

Please sign in to comment.