Skip to content

Commit

Permalink
Release version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Mar 12, 2018
1 parent 620a0fb commit 038e6bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 5.0.0 (released 2018-03-12)

- Added Hashids 3.0 support

## 4.0.0 (released 2018-02-11)

- Added Laravel 5.6 support
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.1.3",
"graham-campbell/manager": "^4.0",
"hashids/hashids": "^2.0",
"hashids/hashids": "^3.0",
"illuminate/contracts": "5.6.*",
"illuminate/support": "5.6.*"
},
Expand All @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "5.0-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 038e6bd

Please sign in to comment.