Skip to content

Commit c029c6e

Browse files
authored
Merge pull request #182 from nikz/release-4.0.0
Updates versions for 4.0.0 release
2 parents 53fc4e5 + 473b7ca commit c029c6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.0.pre (prerelease):
1+
## 4.0.0 (20/05/2024):
22

33
- BREAKING CHANGE: Remove support for end-of-life Ruby verisons and Rails versions prior to 6.0.0
44
- 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

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.pre"
2+
VERSION = "4.0.0"
33
end

0 commit comments

Comments
 (0)