From c08d327f47f2fefa41783aba28ed27adb52833a0 Mon Sep 17 00:00:00 2001 From: Nik Wakelin Date: Mon, 29 Jul 2024 08:31:07 +1200 Subject: [PATCH] Releases 4.0.1 --- CHANGELOG.md | 4 ++++ lib/raygun/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ec666..ae24f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.1 (29/07/2024): + +- Adds the ability to unwrap `Sidekiq::JobRetry::Handled` exceptions (or ignore them entirely) ([#185](https://github.com/MindscapeHQ/raygun4ruby/pull/185)) + ## 4.0.0 (20/05/2024): - BREAKING CHANGE: Remove support for end-of-life Ruby verisons and Rails versions prior to 6.0.0 diff --git a/lib/raygun/version.rb b/lib/raygun/version.rb index 88bec28..019647d 100644 --- a/lib/raygun/version.rb +++ b/lib/raygun/version.rb @@ -1,3 +1,3 @@ module Raygun - VERSION = "4.0.0" + VERSION = "4.0.1" end