Skip to content

Commit

Permalink
Update version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DariaKunoichi committed Apr 12, 2024
1 parent 316933f commit c659c10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.4.0 (2024-04-15)

### Enhancements

* Sanitize for metadata should also handler json and []byte
[#226](https://github.com/bugsnag/bugsnag-go/pull/226)
[Chris Duncan](https://github.com/veqryn)

## 2.3.1 (2024-03-18)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion v2/bugsnag.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

// Version defines the version of this Bugsnag notifier
const Version = "2.3.1"
const Version = "2.4.0"

var panicHandlerOnce sync.Once
var sessionTrackerOnce sync.Once
Expand Down

0 comments on commit c659c10

Please sign in to comment.