Skip to content

Commit 7ee2ca5

Browse files
authored
Merge pull request #186 from nikz/release-4-0-1
Releases 4.0.1
2 parents 0f418b0 + c08d327 commit 7ee2ca5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.1 (29/07/2024):
2+
3+
- Adds the ability to unwrap `Sidekiq::JobRetry::Handled` exceptions (or ignore them entirely) ([#185](https://github.com/MindscapeHQ/raygun4ruby/pull/185))
4+
15
## 4.0.0 (20/05/2024):
26

37
- BREAKING CHANGE: Remove support for end-of-life Ruby verisons and Rails versions prior to 6.0.0

lib/raygun/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Raygun
2-
VERSION = "4.0.0"
2+
VERSION = "4.0.1"
33
end

0 commit comments

Comments
 (0)