Skip to content

Commit

Permalink
Merge pull request #274 from airbrake/fix-gobrake-version
Browse files Browse the repository at this point in the history
Updated changelog, notifier version
  • Loading branch information
chimanjain authored May 9, 2022
2 parents 91921fa + c30d187 commit d3e09fe
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

## master

## [v5.5.1][v5.5.1] (May 9, 2022)

* build(deps): bump github.com/valyala/fasthttp from 1.35.0 to 1.36.0 ([#267](https://github.com/airbrake/gobrake/pull/267))

* build(deps): bump github.com/jonboulle/clockwork from 0.2.3 to 0.3.0 ([#266](https://github.com/airbrake/gobrake/pull/266))

* Upgrade github.com/onsi/ginkgo to v2 ([#271](https://github.com/airbrake/gobrake/pull/271))

* build(deps): bump github.com/gofiber/fiber/v2 from 2.31.0 to 2.33.0 ([#273](https://github.com/airbrake/gobrake/pull/273))

* build(deps): bump github.com/gobuffalo/buffalo from 0.18.5 to 0.18.7 ([#272](https://github.com/airbrake/gobrake/pull/272))

* Updated changelog, notifier version ([#274](https://github.com/airbrake/gobrake/pull/274))

## [v5.5.0][v5.5.0] (May 4, 2022)

* Updated changelog, notifier version and readme ([#262](https://github.com/airbrake/gobrake/pull/262))

* Beego Status fix ([#264](https://github.com/airbrake/gobrake/pull/264))

* Fix readme link ([#268](https://github.com/airbrake/gobrake/pull/268))

* refactor status and label select statement ([#269](https://github.com/airbrake/gobrake/pull/269))

* add in zerolog integration ([#270](https://github.com/airbrake/gobrake/pull/270))

## [v5.4.0][v5.4.0] (April 13, 2022)

* Added the [Echo](https://github.com/labstack/echo) integration ([#239](https://github.com/airbrake/gobrake/pull/239))
Expand Down Expand Up @@ -141,3 +167,5 @@ Features:
[v5.2.0]: https://github.com/airbrake/gobrake/releases/tag/v5.2.0
[v5.3.0]: https://github.com/airbrake/gobrake/releases/tag/v5.3.0
[v5.4.0]: https://github.com/airbrake/gobrake/releases/tag/v5.4.0
[v5.5.0]: https://github.com/airbrake/gobrake/releases/tag/v5.5.0
[v5.5.1]: https://github.com/airbrake/gobrake/releases/tag/v5.5.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.4.0"
const notifierVersion = "5.5.1"
const userAgent = notifierName + "/" + notifierVersion

const waitTimeout = 5 * time.Second
Expand Down

0 comments on commit d3e09fe

Please sign in to comment.