Skip to content

Commit 4aa71a2

Browse files
chore(master): release 4.5.0 (#160)
* chore(master): release 4.5.0 * chore: update version * Update honeybadger-php dependency --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: stympy <1070+stympy@users.noreply.github.com> Co-authored-by: Benjamin Curtis <ben@bencurtis.com>
1 parent 76bd34c commit 4aa71a2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [4.5.0](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.4.2...v4.5.0) (2025-05-02)
8+
9+
10+
### Features
11+
12+
* add Insights event sampling ([#159](https://github.com/honeybadger-io/honeybadger-laravel/issues/159)) ([76bd34c](https://github.com/honeybadger-io/honeybadger-laravel/commit/76bd34cd03f90c9129ef732ae87e186508cfb670))
13+
714
## [4.4.2](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.4.1...v4.4.2) (2025-02-28)
815

916

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^8.1",
25-
"honeybadger-io/honeybadger-php": ">=2.23.0",
25+
"honeybadger-io/honeybadger-php": ">=2.24.0",
2626
"sixlive/dotenv-editor": "^1.1|^2.0",
2727
"illuminate/console": "^10.0|^11.0|^12.0",
2828
"illuminate/support": "^10.0|^11.0|^12.0",

src/HoneybadgerLaravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class HoneybadgerLaravel extends Honeybadger
1414
{
15-
const VERSION = '4.4.2';
15+
const VERSION = '4.5.0';
1616

1717
const DEFAULT_EVENTS = [
1818
Events\DatabaseQueryExecuted::class,

0 commit comments

Comments
 (0)