Skip to content

Commit

Permalink
Updated notifier version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain committed Dec 1, 2021
1 parent 73d5956 commit 52addf5
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.1.0][v5.1.0] (November 18, 2021)
## [v5.1.1][v5.1.1] (December 1, 2021)

* Updated notifier version

## [v5.1.0][v5.1.0] (December 1, 2021)

* Added [Apex/log](https://github.com/apex/log) integration ([#220](https://github.com/airbrake/gobrake/pull/220))
* Bumped gin-gonic version ([#219](https://github.com/airbrake/gobrake/pull/219))
Expand Down Expand Up @@ -106,3 +110,4 @@ Features:
[v5.0.3]: https://github.com/airbrake/gobrake/releases/tag/v5.0.3
[v5.0.4]: https://github.com/airbrake/gobrake/releases/tag/v5.0.4
[v5.1.0]: https://github.com/airbrake/gobrake/releases/tag/v5.1.0
[v5.1.1]: https://github.com/airbrake/gobrake/releases/tag/v5.1.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"
const notifierVersion = "5.0.3"
const notifierVersion = "5.1.1"
const userAgent = notifierName + "/" + notifierVersion

const waitTimeout = 5 * time.Second
Expand Down

0 comments on commit 52addf5

Please sign in to comment.