From b96932cb21f7bf98e55775746ca83faff7425986 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:53:54 +0300 Subject: [PATCH] chore(master): release 4.2.2 (#136) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: subzero10 --- CHANGELOG.md | 7 +++++++ src/HoneybadgerLaravel.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f074c..8ba2772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/HoneybadgerLaravel.php b/src/HoneybadgerLaravel.php index 8bb826a..433dfed 100644 --- a/src/HoneybadgerLaravel.php +++ b/src/HoneybadgerLaravel.php @@ -12,7 +12,7 @@ class HoneybadgerLaravel extends Honeybadger { - const VERSION = '4.2.1'; + const VERSION = '4.2.2'; const DEFAULT_EVENTS = [ Events\DatabaseQueryExecuted::class,