Skip to content

Commit

Permalink
chore(master): release 4.2.2 (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: subzero10 <[email protected]>
  • Loading branch information
github-actions[bot] and subzero10 authored Oct 11, 2024
1 parent c688689 commit b96932c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.2](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.2.1...v4.2.2) (2024-10-11)


### Miscellaneous Chores

* update honeybadger-php package ([#135](https://github.com/honeybadger-io/honeybadger-laravel/issues/135)) ([c688689](https://github.com/honeybadger-io/honeybadger-laravel/commit/c6886899c1c02ef1b8406431c3cc89c1790e8efc))

## [4.2.1](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.2.0...v4.2.1) (2024-10-08)


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.2.1';
const VERSION = '4.2.2';

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

0 comments on commit b96932c

Please sign in to comment.