Skip to content

Commit

Permalink
Update version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DariaKunoichi committed Oct 21, 2024
1 parent 69c2062 commit 4c06b86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.5.1 (2024-10-21)

### Bug fixes

* Move start of delivery goroutine to configure, don't wait on signals in delivery
[#250](https://github.com/bugsnag/bugsnag-go/pull/250)

## 2.5.0 (2024-08-27)

### Enhancements
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.5.0"
const Version = "2.5.1"

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

0 comments on commit 4c06b86

Please sign in to comment.