Skip to content

Commit

Permalink
Update changelog and version for v2.28.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Dec 19, 2024
1 parent 144c95a commit c8ccca9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

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

This release should ensure compatibility with PHP 8.4 by removing the usage of certain
deprecated features by:
- Removing type annotations from parameters defaulting to `null`. Comment typal annotations
will continue to be present and accurate

### Fixes

* Ensure PHP 8.4 compatibility
[#547](https://github.com/bugsnag/bugsnag-laravel/pull/547)

## v2.28.0 (2024-06-03)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion src/BugsnagServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class BugsnagServiceProvider extends ServiceProvider
*
* @var string
*/
const VERSION = '2.28.0';
const VERSION = '2.28.1';

/**
* Boot the service provider.
Expand Down

0 comments on commit c8ccca9

Please sign in to comment.