Skip to content

Commit 8d190e5

Browse files
chore(master): release 4.3.1 (#147)
* chore(master): release 4.3.1 * chore: update version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: subzero10 <subzero10@users.noreply.github.com>
1 parent a57cd79 commit 8d190e5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.3.1](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.3.0...v4.3.1) (2024-12-17)
8+
9+
10+
### Performance Improvements
11+
12+
* add PHP 8.4 to test matrix ([#146](https://github.com/honeybadger-io/honeybadger-laravel/issues/146)) ([a57cd79](https://github.com/honeybadger-io/honeybadger-laravel/commit/a57cd796f146f5bfc967685e89618fa509ef0b6e))
13+
714
## [4.3.0](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.2.2...v4.3.0) (2024-11-01)
815

916

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 = '4.3.0';
15+
const VERSION = '4.3.1';
1616

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

0 commit comments

Comments
 (0)