Skip to content

Commit facdf39

Browse files
Merge branch 'release/1.1.0'
2 parents 19a131a + df7f6f4 commit facdf39

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ env:
1212
matrix:
1313
- LARAVEL_VERSION="5.6.*" COMPOSER_FLAGS="--prefer-lowest"
1414
- LARAVEL_VERSION="5.6.*" COMPOSER_FLAGS="--prefer-stable"
15+
- LARAVEL_VERSION="5.7.*" COMPOSER_FLAGS="--prefer-lowest"
16+
- LARAVEL_VERSION="5.7.*" COMPOSER_FLAGS="--prefer-stable"
1517
- LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-lowest" MINIMUM_STABILITY="dev"
1618
- LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-stable" MINIMUM_STABILITY="dev"
1719

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+
## 1.1.0 (2018-09-04)
10+
11+
### Added
12+
13+
- Run tests against Laravel 5.7
14+
915
## 1.0.4 (2018-08-26)
1016

1117
### Changed

0 commit comments

Comments
 (0)