Skip to content

Commit b753aa9

Browse files
chore(master): release 5.26.1 (#655)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1655a04 commit b753aa9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

33

4+
## [5.26.1](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.26.0...v5.26.1) (2024-12-17)
5+
6+
7+
### Bug Fixes
8+
9+
* support Ruby 3.4 quote syntax in backtraces ([1655a04](https://github.com/honeybadger-io/honeybadger-ruby/commit/1655a041d707be1dcd8dd30314cc2383af084d8f))
10+
411
## [5.26.0](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.25.0...v5.26.0) (2024-11-27)
512

613

lib/honeybadger/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Honeybadger
22
# The current String Honeybadger version.
3-
VERSION = '5.26.0'.freeze
3+
VERSION = '5.26.1'.freeze
44
end

0 commit comments

Comments
 (0)