File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 3.16.0] - 2023-10-06
10+ ### Added
11+ - Synchronize checkins ` honeybadger:checkins:sync `
12+
913## [ 3.15.2] - 2023-08-06
1014### Changed
1115- Update honeybadger-php dependency to latest version
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
3131## Releasing
3232We have enabled GitHub integration with [ Packagist] ( https://packagist.org ) . Packagist is automatically notified when a new release is made on GitHub:
33331 . Update ` CHANGELOG.md ` with a new release and the changes
34- 2 . Create a new release on the GitHub UI:
34+ 2 . Update ` VERSION ` in ` src/HoneybadgerLaravel.php ` with the new version
35+ 3 . Create a new release on the GitHub UI:
3536 - Create a new tag (i.e. ` v3.15.1 ` )
3637 - Set release title as the version (i.e. ` 3.15.1 ` )
3738 - Copy/paste changelog into release description
Original file line number Diff line number Diff line change 1212
1313class HoneybadgerLaravel extends Honeybadger
1414{
15- const VERSION = '3.15 .0 ' ;
15+ const VERSION = '3.16 .0 ' ;
1616
1717 // Don't forget to sync changes to this with the config file defaults
1818 const DEFAULT_BREADCRUMBS = [
You can’t perform that action at this time.
0 commit comments