Skip to content

Commit 96fac3b

Browse files
chore(master): release 4.4.2 (#158)
* chore(master): release 4.4.2 * chore: update version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: subzero10 <[email protected]>
1 parent 949db91 commit 96fac3b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [4.4.2](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.4.1...v4.4.2) (2025-02-28)
8+
9+
10+
### Miscellaneous Chores
11+
12+
* support Laravel 12 ([#155](https://github.com/honeybadger-io/honeybadger-laravel/issues/155)) ([949db91](https://github.com/honeybadger-io/honeybadger-laravel/commit/949db913c2d13eaf7e1e45798717785cadfcf9ad))
13+
714
## [4.4.1](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.4.0...v4.4.1) (2025-02-26)
815

916

src/HoneybadgerLaravel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class HoneybadgerLaravel extends Honeybadger
1414
{
15-
const VERSION = '4.4.1';
15+
const VERSION = '4.4.2';
1616

1717
const DEFAULT_EVENTS = [
1818
Events\DatabaseQueryExecuted::class,

0 commit comments

Comments
 (0)