Skip to content

Commit 70789f4

Browse files
authored
Merge pull request #99 from getsentry/merge-from-1.x
Merge from 1.x
2 parents 3e94025 + c47e7c1 commit 70789f4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_install:
1616
- composer global require hirak/prestissimo
1717

1818
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
2020

2121
script:
2222
- vendor/bin/phpunit -v

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)