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:
1616 - composer global require hirak/prestissimo
1717
1818install :
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
2020
2121script :
2222 - 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.
66
77## [ Unreleased]
88
9- ## 2.0.0 - [ Unreleased ]
9+ ## 2.0.0 - 2017-12-12
1010### Added
1111 - Add support for Symfony 4.x
1212### Changed
@@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1919 - Drop support for Symfony 2.x
2020 - Drop support for PHP 5 and 7.0
2121
22+ ## 1.0.1 - 2017-12-04
23+ ### Changed
24+ - The ` sentry.client ` service is now explicitly declared as public
25+
2226## 1.0.0 - 2017-11-07
2327### Added
2428 - Add official support to PHP 7.2 (#71 )
You can’t perform that action at this time.
0 commit comments