From 10822420a19b458a86f60ee551aebbbc05a44f3b Mon Sep 17 00:00:00 2001 From: ChimanJain <36687396+ChimanJain@users.noreply.github.com> Date: Wed, 14 Dec 2022 18:20:03 +0530 Subject: [PATCH 1/3] Update changelog and notifier version --- CHANGELOG.md | 9 ++++++++- notifier.go | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c6743..20fa2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ ## master -## [v5.6.0][v5.6.0] (July 22, 2022) +## [v5.6.1][v5.6.1] (December 14, 2022) + +* Dependency updates + +* Fixed metric logs ([#317](https://github.com/airbrake/gobrake/pull/317), [#321](https://github.com/airbrake/gobrake/pull/321)) + +## [v5.6.0][v5.6.0] (September 26, 2022) * Dependency updates @@ -204,3 +210,4 @@ Features: [v5.5.1]: https://github.com/airbrake/gobrake/releases/tag/v5.5.1 [v5.5.2]: https://github.com/airbrake/gobrake/releases/tag/v5.5.2 [v5.6.0]: https://github.com/airbrake/gobrake/releases/tag/v5.6.0 +[v5.6.1]: https://github.com/airbrake/gobrake/releases/tag/v5.6.0 diff --git a/notifier.go b/notifier.go index d0158a3..ebdc105 100644 --- a/notifier.go +++ b/notifier.go @@ -17,7 +17,7 @@ import ( const ( notifierName = "gobrake" - notifierVersion = "5.6.0" + notifierVersion = "5.6.1" userAgent = notifierName + "/" + notifierVersion waitTimeout = 5 * time.Second flushPeriod = 15 * time.Second From e6c4f47528768d3958cf10e431d4766536739884 Mon Sep 17 00:00:00 2001 From: ChimanJain <36687396+ChimanJain@users.noreply.github.com> Date: Thu, 15 Dec 2022 09:01:36 +0530 Subject: [PATCH 2/3] Fixed changelog --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fa2ef..6a2c554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ ## [v5.6.1][v5.6.1] (December 14, 2022) -* Dependency updates - * Fixed metric logs ([#317](https://github.com/airbrake/gobrake/pull/317), [#321](https://github.com/airbrake/gobrake/pull/321)) ## [v5.6.0][v5.6.0] (September 26, 2022) @@ -210,4 +208,4 @@ Features: [v5.5.1]: https://github.com/airbrake/gobrake/releases/tag/v5.5.1 [v5.5.2]: https://github.com/airbrake/gobrake/releases/tag/v5.5.2 [v5.6.0]: https://github.com/airbrake/gobrake/releases/tag/v5.6.0 -[v5.6.1]: https://github.com/airbrake/gobrake/releases/tag/v5.6.0 +[v5.6.1]: https://github.com/airbrake/gobrake/releases/tag/v5.6.1 From 0a6c372c106606cfc1181a52734b38c53bf5d68c Mon Sep 17 00:00:00 2001 From: ChimanJain <36687396+ChimanJain@users.noreply.github.com> Date: Thu, 15 Dec 2022 09:06:42 +0530 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a2c554..e356721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## master -## [v5.6.1][v5.6.1] (December 14, 2022) +## [v5.6.1][v5.6.1] (December 15, 2022) * Fixed metric logs ([#317](https://github.com/airbrake/gobrake/pull/317), [#321](https://github.com/airbrake/gobrake/pull/321))