Skip to content

Commit

Permalink
chore(master): release 4.4.0 (#152)
Browse files Browse the repository at this point in the history
* chore(master): release 4.4.0

* chore: update version

---------

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 Jan 7, 2025
1 parent e49ae78 commit d786771
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.4.0](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.3.1...v4.4.0) (2025-01-07)


### Features

* allow disabling middleware from configuration ([#151](https://github.com/honeybadger-io/honeybadger-laravel/issues/151)) ([e49ae78](https://github.com/honeybadger-io/honeybadger-laravel/commit/e49ae7898c3b54f1c6258f76a25be88d269b7a75))

## [4.3.1](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.3.0...v4.3.1) (2024-12-17)


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.3.1';
const VERSION = '4.4.0';

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

0 comments on commit d786771

Please sign in to comment.