Skip to content

Commit

Permalink
Release v2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines authored Mar 13, 2024
2 parents 0118a2d + d5d05d5 commit b1d31a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
laravel-version: '10.*'
- php-version: '8.2'
laravel-version: '10.*'
- php-version: '8.3'
laravel-version: '11.*'

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

## v2.27.0 (2024-03-13)

### Enhancements

* Allow installation on Laravel 11 projects
[jonathan-dij](https://github.com/jonathan-dij)
[#532](https://github.com/bugsnag/bugsnag-laravel/pull/532)

## v2.26.0 (2023-02-16)

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

/**
* Boot the service provider.
Expand Down

0 comments on commit b1d31a4

Please sign in to comment.