Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanluca committed Feb 27, 2019
2 parents 9913a6d + 11bcb5b commit 7cc4dc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## Unreleased

## 2.0.1 (2019-02-27)

### Fixed

- Correctly tag Laravel version requirement

## 2.0.0 (2019-02-27)

### 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": {
"laravel/framework": "^5.8",
"laravel/framework": "~5.8.0",
"nesbot/carbon": "^1.22.1|^2.0",
"php": "^7.2"
},
Expand Down

0 comments on commit 7cc4dc9

Please sign in to comment.