Skip to content

Commit

Permalink
release: 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot authored and cleptric committed Jun 29, 2023
1 parent cc13185 commit 6aacef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry La
}
```

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/).

## 3.5.1

Expand Down
2 changes: 1 addition & 1 deletion src/Sentry/Laravel/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
final class Version
{
public const SDK_IDENTIFIER = 'sentry.php.laravel';
public const SDK_VERSION = '3.5.1';
public const SDK_VERSION = '3.6.0';
}

0 comments on commit 6aacef4

Please sign in to comment.