Skip to content

Commit 36e5480

Browse files
Cawllectomlongridge
authored andcommitted
Update changelog and version for v2.29.0 release
1 parent 109f247 commit 36e5480

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

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+
411
## v2.28.1 (2025-01-13)
512

613
This release should ensure compatibility with PHP 8.4 by removing the usage of certain

src/BugsnagServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class BugsnagServiceProvider extends ServiceProvider
4040
*
4141
* @var string
4242
*/
43-
const VERSION = '2.28.1';
43+
const VERSION = '2.29.0';
4444

4545
/**
4646
* Boot the service provider.

0 commit comments

Comments
 (0)