Skip to content

Commit

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

* 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 Dec 9, 2024
1 parent de5747f commit 287f6a5
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 @@ -3,6 +3,13 @@ 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.22.1](https://github.com/honeybadger-io/honeybadger-php/compare/v2.22.0...v2.22.1) (2024-12-09)


### Performance Improvements

* add PHP 8.4 to test matrix ([#218](https://github.com/honeybadger-io/honeybadger-php/issues/218)) ([de5747f](https://github.com/honeybadger-io/honeybadger-php/commit/de5747f3c1f818c1caf6750cd103f376ed442204))

## [2.22.0](https://github.com/honeybadger-io/honeybadger-php/compare/v2.21.0...v2.22.0) (2024-11-16)


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

/**
* Honeybadger API URL.
Expand Down

0 comments on commit 287f6a5

Please sign in to comment.