Skip to content

Commit

Permalink
meta: Changelog for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Feb 25, 2019
1 parent c75ac24 commit 4cf6852
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.0.0 (unreleased)
## 1.0.0

- ...
- This version requires `sentry/sentry` `>= 2.0` and also PHP `>= 7.1`
- Support for Laravel 5.8
- Be advised `app('sentry')` now no longer returns the "old" `Raven_Client` instead it will return `\Sentry\State\Hub`

Please see [Docs](https://docs.sentry.io/platforms/php/laravel/) for detailed usage.

## 0.12.0 (unreleased)

Expand Down Expand Up @@ -32,7 +36,7 @@

## 0.9.0

This version no longer supports Laravel 4.x, version `0.8.x` will ofcourse still work for Laravel 4.
This version no longer supports Laravel 4.x, version `0.8.x` will of course still work for Laravel 4.

- Set 'user_context' configuration default to false. (#132)
- Update `SENTRY_DSN` env variable name to `SENTRY_LARAVEL_DSN`. (#130)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^7.1",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"sentry/sentry": "2.0.0-beta2"
"sentry/sdk": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "7.3.*",
Expand Down

0 comments on commit 4cf6852

Please sign in to comment.