From 8fab7e8542cb83e59d8aca661d828fdf8312de47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 09:36:42 -0700 Subject: [PATCH] chore(master): release 5.15.6 (#607) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ lib/honeybadger/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b610f624..7d53f416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log +## [5.15.6](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.15.5...v5.15.6) (2024-08-15) + + +### Bug Fixes + +* init karafka plugin only if monitor is available ([#606](https://github.com/honeybadger-io/honeybadger-ruby/issues/606)) ([cb0f89c](https://github.com/honeybadger-io/honeybadger-ruby/commit/cb0f89cddd7f8ad4b977a3b8665d0d12a59300d1)) + ## [5.15.5](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.15.4...v5.15.5) (2024-07-30) diff --git a/lib/honeybadger/version.rb b/lib/honeybadger/version.rb index 98c27c49..9b578acf 100644 --- a/lib/honeybadger/version.rb +++ b/lib/honeybadger/version.rb @@ -1,4 +1,4 @@ module Honeybadger # The current String Honeybadger version. - VERSION = '5.15.5'.freeze + VERSION = '5.15.6'.freeze end