File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 4.7.0] ( https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.6.0...v4.7.0 ) (2025-09-22)
8+
9+
10+ ### Features
11+
12+ * add eventContext in facade ([ #164 ] ( https://github.com/honeybadger-io/honeybadger-laravel/issues/164 ) ) ([ 6d738fe] ( https://github.com/honeybadger-io/honeybadger-laravel/commit/6d738fea098a80e2ad0f62eb0beb30f202411d75 ) )
13+
714## [ 4.6.0] ( https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.5.0...v4.6.0 ) (2025-07-29)
815
916
Original file line number Diff line number Diff line change 1212
1313class HoneybadgerLaravel extends Honeybadger
1414{
15- const VERSION = '4.6 .0 ' ;
15+ const VERSION = '4.7 .0 ' ;
1616
1717 const DEFAULT_EVENTS = [
1818 Events \DatabaseQueryExecuted::class,
You can’t perform that action at this time.
0 commit comments