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 109f247 commit 36e5480Copy full SHA for 36e5480
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+## v2.29.0 (2025-02-26)
5
+
6
+* Adds support for laravel 12 [#553](https://github.com/bugsnag/bugsnag-laravel/pull/553)
7
+* Adds support for running laravel using octane:
8
+ - [#551](https://github.com/bugsnag/bugsnag-laravel/pull/551)
9
+ - [#552](https://github.com/bugsnag/bugsnag-laravel/pull/552)
10
11
## v2.28.1 (2025-01-13)
12
13
This release should ensure compatibility with PHP 8.4 by removing the usage of certain
src/BugsnagServiceProvider.php
@@ -40,7 +40,7 @@ class BugsnagServiceProvider extends ServiceProvider
40
*
41
* @var string
42
*/
43
- const VERSION = '2.28.1';
+ const VERSION = '2.29.0';
44
45
/**
46
* Boot the service provider.
0 commit comments