Skip to content

Commit

Permalink
chore(master): release 4.3.0 (#145)
Browse files Browse the repository at this point in the history
* chore(master): release 4.3.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 Nov 1, 2024
1 parent 452b8dd commit 99b690e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.3.0](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.2.2...v4.3.0) (2024-11-01)


### Features

* add support for eu endpoints with install command ([#139](https://github.com/honeybadger-io/honeybadger-laravel/issues/139)) ([c2d6a63](https://github.com/honeybadger-io/honeybadger-laravel/commit/c2d6a63b0284ce7649826b29285d237e54be6666))


### Bug Fixes

* stop using the MessageLogged event for events api ([#142](https://github.com/honeybadger-io/honeybadger-laravel/issues/142)) ([452b8dd](https://github.com/honeybadger-io/honeybadger-laravel/commit/452b8ddb950845b95ba432e002c2b9c39fdfe680))

## [4.2.2](https://github.com/honeybadger-io/honeybadger-laravel/compare/v4.2.1...v4.2.2) (2024-10-11)


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.2';
const VERSION = '4.3.0';

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

0 comments on commit 99b690e

Please sign in to comment.