Skip to content

Commit 7e41ae9

Browse files
chore(master): release 4.2.0 (#131)
1 parent 6a4f1a1 commit 7e41ae9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.2.0](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.1.1...v4.2.0) (2024-09-17)
8+
9+
10+
### Features
11+
12+
* send RequestHandled, JobProcessed and ResponseReceived events to insights ([#130](https://github.com/honeybadger-io/honeybadger-laravel/issues/130)) ([7f68015](https://github.com/honeybadger-io/honeybadger-laravel/commit/7f680155335cdfa7df81c09e6dedf51a7de93fcf))
13+
14+
715
## [4.1.1](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.1.0...v4.1.1) (2024-08-16)
816

917

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.1.1';
15+
const VERSION = '4.2.0';
1616

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

0 commit comments

Comments
 (0)