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