Skip to content

Commit

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

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Pangratios Cosma <pangratios.cosma@honeybadger.io>
  • Loading branch information
github-actions[bot] and subzero10 authored Oct 27, 2023
1 parent 11ef01c commit c21dd8c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
30 changes: 20 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
# Change Log

## [Unreleased] - these should be manually added to the next release as the release process has changed
### Added
- Support for Karafka (#480)
- Support for nested `to_honeybadger_context` (#488)
- Explain 413 responses from API (#492)
## [5.3.0](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.2.1...v5.3.0) (2023-10-27)

### Fixed
- `Honeybadger::Config#respond_to?` would always return true (#490)
- `Honeybadger::Agent#notify` takes keyword arguments instead of an options hash now (#498)

### Changed
### Features

* Support for Karafka (#480)
* Support for nested `to_honeybadger_context` (#488)
* Explain 413 responses from API (#492)


### Bug Fixes

* Make notify work with proper ruby keyword arguments ([#498](https://github.com/honeybadger-io/honeybadger-ruby/issues/498)) ([e4a006c](https://github.com/honeybadger-io/honeybadger-ruby/commit/e4a006cfb2a2ecbab2f742b6e9f9c8e9b8958430))
* `Honeybadger::Config#respond_to?` would always return true (#490)
* `Honeybadger::Agent#notify` takes keyword arguments instead of an options hash now (#498)


### Refactors

- Accept three arguments for the Sidekiq error handler (#495)
- Log level of init message changed to DEBUG (#497)
- Add .tool-versions to set ruby version for development (#501)
- Add .tool-versions to set ruby version for development (#501)



## [5.2.1] - 2023-03-14
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/honeybadger/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Honeybadger
# The current String Honeybadger version.
VERSION = '5.2.1'.freeze
VERSION = '5.3.0'.freeze
end

0 comments on commit c21dd8c

Please sign in to comment.