We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53fc4e5 + 473b7ca commit c029c6eCopy full SHA for c029c6e
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 4.0.0.pre (prerelease):
+## 4.0.0 (20/05/2024):
2
3
- BREAKING CHANGE: Remove support for end-of-life Ruby verisons and Rails versions prior to 6.0.0
4
- Bug fix: Fix issue with breadcrumbs not being sent to Raygun when `send_in_background` is enabled (thanks to @jjb for the bug report)
lib/raygun/version.rb
@@ -1,3 +1,3 @@
module Raygun
- VERSION = "4.0.0.pre"
+ VERSION = "4.0.0"
end
0 commit comments