Skip to content

Commit

Permalink
Merge pull request #224 from bugsnag/release-2.3.1
Browse files Browse the repository at this point in the history
## 2.3.1 (2024-03-18)

### Bug fixes

* Handle empty pointers to complex structs in metadata.Add
  [#221](#221)
  • Loading branch information
DariaKunoichi committed Mar 18, 2024
2 parents 73875ee + 4b40beb commit d8cca0e
Showing 1 changed file with 1 addition and 1 deletion.
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.0"
const Version = "2.3.1"

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

0 comments on commit d8cca0e

Please sign in to comment.