From a9aaf879b9827ca69b7182f4fa8a2ea8963f46f9 Mon Sep 17 00:00:00 2001 From: Steve Kirkland Date: Thu, 22 Jan 2026 17:05:08 +0000 Subject: [PATCH 1/2] Release v4.8.1 --- CHANGELOG.md | 13 +++++++++---- setup.py | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 330bdc27..a3a08bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,21 @@ Changelog ========= -## v4.8.0 (2024-07-08) +## v4.8.1 (2026-01-22) + +### Changes + +* Amend secondary instance URL to bugsnag.smartbear.com + [#400](https://github.com/bugsnag/bugsnag-python/pull/400) + +## v4.8.0 (2025-07-08) ### Enhancements * Remove deprecated `datetime.utcnow()` method call from utils class [#394](https://github.com/bugsnag/bugsnag-python/pull/394). * Set default endpoints based on API key - [#399](https://github.com/bugsnag/bugsnag-php/pull/399) -* Amend secondary instance URL to bugsnag.smartbear.com - [#400](https://github.com/bugsnag/bugsnag-php/pull/399) + [#399](https://github.com/bugsnag/bugsnag-python/pull/399) ## v4.7.1 (2024-05-22) diff --git a/setup.py b/setup.py index 7c0b5e2e..223c70f6 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='bugsnag', - version='4.8.0', + version='4.8.1', description='Automatic error monitoring for django, flask, etc.', long_description=__doc__, author='Simon Maynard', From 695e5664f7e4230245c46892981c98d6e435c2a5 Mon Sep 17 00:00:00 2001 From: Steve Kirkland Date: Fri, 23 Jan 2026 11:16:20 +0000 Subject: [PATCH 2/2] Bump date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a08bc9..d90b47a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -## v4.8.1 (2026-01-22) +## v4.8.1 (2026-01-23) ### Changes