Skip to content

Commit 0866f6c

Browse files
committed
chore: prepare release
1 parent a000dac commit 0866f6c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
3131
## Releasing
3232
We have enabled GitHub integration with [Packagist](https://packagist.org). Packagist is automatically notified when a new release is made on GitHub:
3333
1. 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

src/HoneybadgerLaravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class 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 = [

0 commit comments

Comments
 (0)