Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Jul 24, 2020
1 parent a2923b4 commit c77e6a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Gobrake Changelog

### master

### [v4.2.0][v4.2.0] (July 24, 2020)

* Added support for APM for [Negroni](https://github.com/urfave/negroni)
([#143](https://github.com/airbrake/gobrake/pull/143))

### [v4.1.2][v4.1.2] (July 20, 2020)

* Deprecated the `KeysBlacklist` option in favor of `KeysBlocklist`
Expand Down Expand Up @@ -34,3 +39,4 @@ Gobrake Changelog
[v4.1.0]: https://github.com/airbrake/gobrake/releases/tag/v4.1.0
[v4.1.1]: https://github.com/airbrake/gobrake/releases/tag/v4.1.1
[v4.1.2]: https://github.com/airbrake/gobrake/releases/tag/v4.1.2
[v4.2.0]: https://github.com/airbrake/gobrake/releases/tag/v4.2.0
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 = "4.1.2"
const notifierVersion = "4.2.0"
const userAgent = notifierName + "/" + notifierVersion

const waitTimeout = 5 * time.Second
Expand Down

0 comments on commit c77e6a3

Please sign in to comment.