Skip to content

Commit 3ea21ad

Browse files
chore(master): release 2.19.3 (#197)
* chore(master): release 2.19.3 * chore: do not run ci on version update --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Pangratios Cosma <pangratios.cosma@honeybadger.io>
1 parent 4ab5c01 commit 3ea21ad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- uses: stefanzweifel/git-auto-commit-action@v5
2929
if: ${{ steps.release.outputs.release_created }}
3030
with:
31-
commit_message: "chore: update version to ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}"
31+
commit_message: "[skip ci] chore: update version to ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}"
3232
commit_user_name: "honeybadger-robot"
3333
commit_user_email: "honeybadger-robot@honeybadger.io"

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Keep a
33
CHANGELOG](http://keepachangelog.com/) for how to update this file. This project
44
adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [2.19.3](https://github.com/honeybadger-io/honeybadger-php/compare/v2.19.2...v2.19.3) (2024-07-06)
7+
8+
9+
### Bug Fixes
10+
11+
* revert to deprecated version of logger levels for wider support ([#196](https://github.com/honeybadger-io/honeybadger-php/issues/196)) ([4ab5c01](https://github.com/honeybadger-io/honeybadger-php/commit/4ab5c01c790a6d1cc06d9b8ebeea35d33d2e3fca))
12+
13+
14+
### Miscellaneous Chores
15+
16+
* minor typo fix ([a3df488](https://github.com/honeybadger-io/honeybadger-php/commit/a3df48835266f21f5ed5ab16f5d2bf6b96f39fdc))
17+
618
## [2.19.2] - 2024-07-06
719
### Fixed
820
- Events: Honeybadger.flushEvents() should check if events are enabled before sending to Honeybadger

0 commit comments

Comments
 (0)