Skip to content

Commit ccec751

Browse files
authored
Merge pull request #291 from airbrake/update-notifier
Update changelog and notifier version
2 parents 945d83b + 72e0055 commit ccec751

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## master
44

5+
## [v5.5.2][v5.5.2] (July 22, 2022)
6+
7+
* dependency updates ([#275](https://github.com/airbrake/gobrake/pull/275)),
8+
([#277](https://github.com/airbrake/gobrake/pull/277)),
9+
([#278](https://github.com/airbrake/gobrake/pull/278)),
10+
([#279](https://github.com/airbrake/gobrake/pull/279)),
11+
([#280](https://github.com/airbrake/gobrake/pull/280)),
12+
([#282](https://github.com/airbrake/gobrake/pull/282)),
13+
([#283](https://github.com/airbrake/gobrake/pull/283)),
14+
([#284](https://github.com/airbrake/gobrake/pull/284)),
15+
([#285](https://github.com/airbrake/gobrake/pull/285)),
16+
([#286](https://github.com/airbrake/gobrake/pull/286)),
17+
([#287](https://github.com/airbrake/gobrake/pull/287)),
18+
([#289](https://github.com/airbrake/gobrake/pull/289))
19+
20+
* Update Zerolog integration for automatic linking of errors to routes ([#276](https://github.com/airbrake/gobrake/pull/276))
21+
22+
* Update apex/log handler for automatic linking of errors to routes ([#288](https://github.com/airbrake/gobrake/pull/288))
23+
524
## [v5.5.1][v5.5.1] (May 9, 2022)
625

726
* build(deps): bump github.com/valyala/fasthttp from 1.35.0 to 1.36.0 ([#267](https://github.com/airbrake/gobrake/pull/267))
@@ -169,3 +188,4 @@ Features:
169188
[v5.4.0]: https://github.com/airbrake/gobrake/releases/tag/v5.4.0
170189
[v5.5.0]: https://github.com/airbrake/gobrake/releases/tag/v5.5.0
171190
[v5.5.1]: https://github.com/airbrake/gobrake/releases/tag/v5.5.1
191+
[v5.5.2]: https://github.com/airbrake/gobrake/releases/tag/v5.5.2

notifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
const notifierName = "gobrake"
20-
const notifierVersion = "5.5.1"
20+
const notifierVersion = "5.5.2"
2121
const userAgent = notifierName + "/" + notifierVersion
2222

2323
const waitTimeout = 5 * time.Second

0 commit comments

Comments
 (0)