File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ before_install:
16
16
- composer global require hirak/prestissimo
17
17
18
18
install :
19
- - travis_wait travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
19
+ - travis_retry travis_wait composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
20
20
21
21
script :
22
22
- vendor/bin/phpunit -v
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
- ## 2.0.0 - [ Unreleased ]
9
+ ## 2.0.0 - 2017-12-12
10
10
### Added
11
11
- Add support for Symfony 4.x
12
12
### Changed
@@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
19
19
- Drop support for Symfony 2.x
20
20
- Drop support for PHP 5 and 7.0
21
21
22
+ ## 1.0.1 - 2017-12-04
23
+ ### Changed
24
+ - The ` sentry.client ` service is now explicitly declared as public
25
+
22
26
## 1.0.0 - 2017-11-07
23
27
### Added
24
28
- Add official support to PHP 7.2 (#71 )
You can’t perform that action at this time.
0 commit comments