Skip to content

Commit 3e6e5be

Browse files
authored
Merge branch 'master' into 3.x
2 parents 86f793f + fe691ea commit 3e6e5be

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
- Drop support for Laravel Lumen (#579)
66
- Drop support for Laravel 5.x (#581)
7+
8+
## 2.14.1
9+
710
- Fix not setting the correct SDK ID and version when running the `sentry:test` command (#582)
811

912
## 2.14.0

src/Sentry/Laravel/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
final class Version
66
{
77
public const SDK_IDENTIFIER = 'sentry.php.laravel';
8-
public const SDK_VERSION = '2.14.0';
8+
public const SDK_VERSION = '2.14.1';
99
}

0 commit comments

Comments
 (0)