Skip to content

Commit

Permalink
Merge pull request #184 from airbrake/release-5-0-2
Browse files Browse the repository at this point in the history
Release v5.0.2
  • Loading branch information
kyrylo authored Sep 8, 2020
2 parents 080e728 + e6f5493 commit 9f9be4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Gobrake Changelog

### master

### [v5.0.2][v5.0.2] (September 8, 2020)

* Remote config: improved error message when config cannot be requested from S3
([#178](https://github.com/airbrake/gobrake/pull/178))

Expand Down Expand Up @@ -83,3 +85,4 @@ Features:
[v4.2.0]: https://github.com/airbrake/gobrake/releases/tag/v4.2.0
[v5.0.0]: https://github.com/airbrake/gobrake/releases/tag/v5.0.0
[v5.0.1]: https://github.com/airbrake/gobrake/releases/tag/v5.0.1
[v5.0.2]: https://github.com/airbrake/gobrake/releases/tag/v5.0.2
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.1"
const notifierVersion = "5.0.2"
const userAgent = notifierName + "/" + notifierVersion

const waitTimeout = 5 * time.Second
Expand Down

0 comments on commit 9f9be4b

Please sign in to comment.