Skip to content

Commit c659c10

Browse files
committed
Update version to 2.4.0
1 parent 316933f commit c659c10

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.4.0 (2024-04-15)
4+
5+
### Enhancements
6+
7+
* Sanitize for metadata should also handler json and []byte
8+
[#226](https://github.com/bugsnag/bugsnag-go/pull/226)
9+
[Chris Duncan](https://github.com/veqryn)
10+
311
## 2.3.1 (2024-03-18)
412

513
### Bug fixes

v2/bugsnag.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
// Version defines the version of this Bugsnag notifier
24-
const Version = "2.3.1"
24+
const Version = "2.4.0"
2525

2626
var panicHandlerOnce sync.Once
2727
var sessionTrackerOnce sync.Once

0 commit comments

Comments
 (0)