Skip to content

Commit

Permalink
Release v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Nov 17, 2020
1 parent 69fd6f3 commit 841d8f8
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.3][v5.0.3] (November 17, 2020)

* Deleted support for dumping/loading the remote config
([#186](https://github.com/airbrake/gobrake/pull/186))
* Remote config: changed default host to `https://notifier-configs.airbrake.io`
Expand Down Expand Up @@ -91,3 +93,4 @@ Features:
[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
[v5.0.3]: https://github.com/airbrake/gobrake/releases/tag/v5.0.3
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.2"
const notifierVersion = "5.0.3"
const userAgent = notifierName + "/" + notifierVersion

const waitTimeout = 5 * time.Second
Expand Down

0 comments on commit 841d8f8

Please sign in to comment.