Skip to content

Commit 038e6bd

Browse files
committed
Release version 5.0
1 parent 620a0fb commit 038e6bd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 5.0.0 (released 2018-03-12)
4+
5+
- Added Hashids 3.0 support
6+
37
## 4.0.0 (released 2018-02-11)
48

59
- Added Laravel 5.6 support

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.1.3",
1515
"graham-campbell/manager": "^4.0",
16-
"hashids/hashids": "^2.0",
16+
"hashids/hashids": "^3.0",
1717
"illuminate/contracts": "5.6.*",
1818
"illuminate/support": "5.6.*"
1919
},
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "4.0-dev"
41+
"dev-master": "5.0-dev"
4242
},
4343
"laravel": {
4444
"providers": [

0 commit comments

Comments
 (0)