Skip to content

Commit 4cf6852

Browse files
committed
meta: Changelog for 1.0.0
1 parent c75ac24 commit 4cf6852

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 1.0.0 (unreleased)
3+
## 1.0.0
44

5-
- ...
5+
- This version requires `sentry/sentry` `>= 2.0` and also PHP `>= 7.1`
6+
- Support for Laravel 5.8
7+
- Be advised `app('sentry')` now no longer returns the "old" `Raven_Client` instead it will return `\Sentry\State\Hub`
8+
9+
Please see [Docs](https://docs.sentry.io/platforms/php/laravel/) for detailed usage.
610

711
## 0.12.0 (unreleased)
812

@@ -32,7 +36,7 @@
3236

3337
## 0.9.0
3438

35-
This version no longer supports Laravel 4.x, version `0.8.x` will ofcourse still work for Laravel 4.
39+
This version no longer supports Laravel 4.x, version `0.8.x` will of course still work for Laravel 4.
3640

3741
- Set 'user_context' configuration default to false. (#132)
3842
- Update `SENTRY_DSN` env variable name to `SENTRY_LARAVEL_DSN`. (#130)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^7.1",
1616
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
17-
"sentry/sentry": "2.0.0-beta2"
17+
"sentry/sdk": "^2.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "7.3.*",

0 commit comments

Comments
 (0)