Skip to content

Commit

Permalink
Update changelog and version for v2.29.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec authored and Tom Longridge committed Feb 26, 2025
1 parent 109f247 commit 36e5480
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

## v2.29.0 (2025-02-26)

* Adds support for laravel 12 [#553](https://github.com/bugsnag/bugsnag-laravel/pull/553)
* Adds support for running laravel using octane:
- [#551](https://github.com/bugsnag/bugsnag-laravel/pull/551)
- [#552](https://github.com/bugsnag/bugsnag-laravel/pull/552)

## v2.28.1 (2025-01-13)

This release should ensure compatibility with PHP 8.4 by removing the usage of certain
Expand Down
2 changes: 1 addition & 1 deletion src/BugsnagServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BugsnagServiceProvider extends ServiceProvider
*
* @var string
*/
const VERSION = '2.28.1';
const VERSION = '2.29.0';

/**
* Boot the service provider.
Expand Down

0 comments on commit 36e5480

Please sign in to comment.