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.
2 parents 86f793f + fe691ea commit 3e6e5beCopy full SHA for 3e6e5be
CHANGELOG.md
@@ -4,6 +4,9 @@
4
5
- Drop support for Laravel Lumen (#579)
6
- Drop support for Laravel 5.x (#581)
7
+
8
+## 2.14.1
9
10
- Fix not setting the correct SDK ID and version when running the `sentry:test` command (#582)
11
12
## 2.14.0
src/Sentry/Laravel/Version.php
@@ -5,5 +5,5 @@
final class Version
{
public const SDK_IDENTIFIER = 'sentry.php.laravel';
- public const SDK_VERSION = '2.14.0';
+ public const SDK_VERSION = '2.14.1';
}
0 commit comments