Skip to content

Commit

Permalink
Merge pull request #347 from airbrake/update-notifier
Browse files Browse the repository at this point in the history
Update changelog and notifier version
  • Loading branch information
chimanjain authored Dec 15, 2022
2 parents cdd90d4 + 0a6c372 commit bbe45c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## master

## [v5.6.0][v5.6.0] (July 22, 2022)
## [v5.6.1][v5.6.1] (December 15, 2022)

* Fixed metric logs ([#317](https://github.com/airbrake/gobrake/pull/317), [#321](https://github.com/airbrake/gobrake/pull/321))

## [v5.6.0][v5.6.0] (September 26, 2022)

* Dependency updates

Expand Down Expand Up @@ -204,3 +208,4 @@ Features:
[v5.5.1]: https://github.com/airbrake/gobrake/releases/tag/v5.5.1
[v5.5.2]: https://github.com/airbrake/gobrake/releases/tag/v5.5.2
[v5.6.0]: https://github.com/airbrake/gobrake/releases/tag/v5.6.0
[v5.6.1]: https://github.com/airbrake/gobrake/releases/tag/v5.6.1
2 changes: 1 addition & 1 deletion notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
notifierName = "gobrake"
notifierVersion = "5.6.0"
notifierVersion = "5.6.1"
userAgent = notifierName + "/" + notifierVersion
waitTimeout = 5 * time.Second
flushPeriod = 15 * time.Second
Expand Down

0 comments on commit bbe45c1

Please sign in to comment.