We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc13185 commit 6aacef4Copy full SHA for 6aacef4
CHANGELOG.md
@@ -20,7 +20,7 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry La
20
}
21
```
22
23
- You can read more about this in our [docs](https://sentry-docs-git-laravel-upserts.sentry.dev/platforms/php/guides/laravel/crons/).
+ You can read more about this in our [docs](https://docs.sentry.io/platforms/php/guides/laravel/crons/).
24
25
## 3.5.1
26
src/Sentry/Laravel/Version.php
@@ -5,5 +5,5 @@
5
final class Version
6
{
7
public const SDK_IDENTIFIER = 'sentry.php.laravel';
8
- public const SDK_VERSION = '3.5.1';
+ public const SDK_VERSION = '3.6.0';
9
0 commit comments