Skip to content

Commit fa5ce68

Browse files
Merge tag '0.1.1' into develop
2 parents 786bed0 + c82ab1e commit fa5ce68

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## Unreleased
88

9+
## 0.1.1 (2018-07-26)
10+
11+
### Fixed
12+
13+
- Fixed service provider auto-discovery
14+
915
## 0.1.0 (2018-07-26)
1016

1117
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"extra": {
5151
"laravel": {
5252
"providers": [
53-
"SebastiaanLuca\\BooleanDates\\Providers\\BooleanDatesServiceProvider"
53+
"SebastiaanLuca\\BooleanDates\\BooleanDatesServiceProvider"
5454
]
5555
}
5656
},

0 commit comments

Comments
 (0)