Skip to content

Commit

Permalink
chore(master): release 2.23.0 (#225)
Browse files Browse the repository at this point in the history
* chore(master): release 2.23.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 f6fd084 commit 3755e8e
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 @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Keep a
CHANGELOG](http://keepachangelog.com/) for how to update this file. This project
adheres to [Semantic Versioning](http://semver.org/).

## [2.23.0](https://github.com/honeybadger-io/honeybadger-php/compare/v2.22.1...v2.23.0) (2025-01-07)


### Features

* add support for beforeNotify and beforeEvent handlers ([#222](https://github.com/honeybadger-io/honeybadger-php/issues/222)) ([534634c](https://github.com/honeybadger-io/honeybadger-php/commit/534634c66bd22f0ddfa11d535c4f958aa898d0de))


### Bug Fixes

* **checkins:** read error message from response body ([#224](https://github.com/honeybadger-io/honeybadger-php/issues/224)) ([f6fd084](https://github.com/honeybadger-io/honeybadger-php/commit/f6fd084522a371b992d9544dfd36469eff43689e))

## [2.22.1](https://github.com/honeybadger-io/honeybadger-php/compare/v2.22.0...v2.22.1) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion src/Honeybadger.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Honeybadger implements Reporter
/**
* SDK Version.
*/
const VERSION = '2.22.1';
const VERSION = '2.23.0';

/**
* Honeybadger API URL.
Expand Down

0 comments on commit 3755e8e

Please sign in to comment.