Skip to content

Commit

Permalink
chore(master): release 4.2.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 17, 2024
1 parent 6a4f1a1 commit 7e41ae9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.2.0](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.1.1...v4.2.0) (2024-09-17)


### Features

* 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))


## [4.1.1](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.1.0...v4.1.1) (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion src/HoneybadgerLaravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class HoneybadgerLaravel extends Honeybadger
{
const VERSION = '4.1.1';
const VERSION = '4.2.0';

const DEFAULT_EVENTS = [
Events\DatabaseQueryExecuted::class,
Expand Down

0 comments on commit 7e41ae9

Please sign in to comment.