Skip to content

Commit

Permalink
Bump version to v2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed May 31, 2024
1 parent cb73a69 commit 3db936c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changelog
=========

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

### Enhancements

* Attach Laravel 11's `Context` to events as metadata under the key 'Laravel Context'. Hidden context will only be added if the new configuration option `attach_hidden_context` is enabled, either in `config/bugsnag.php` or via the environment variable `BUGSNAG_ATTACH_HIDDEN_CONTEXT`
* Attach Laravel 11's `Context` to events as metadata under the key 'Laravel Context'. Hidden context will added under the key 'Laravel Hidden Context' only if the new configuration option `attach_hidden_context` is enabled, either in `config/bugsnag.php` or via the environment variable `BUGSNAG_ATTACH_HIDDEN_CONTEXT`
[#537](https://github.com/bugsnag/bugsnag-laravel/pull/537)

## v2.27.0 (2024-03-13)
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.27.0';
const VERSION = '2.28.0';

/**
* Boot the service provider.
Expand Down

0 comments on commit 3db936c

Please sign in to comment.