From 485d6cb3f7394819a419e7c1b30cff6debc26f9a Mon Sep 17 00:00:00 2001 From: Quinn Milionis Date: Thu, 4 Dec 2025 12:25:31 -0800 Subject: [PATCH] bump version to 3.5.1 --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4e1f24..4079806f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Pending + +## [3.5.1] 2025-12-04 ### Fixed - Attach `transaction_id` to error context to support querying for matching logs in errors service. diff --git a/setup.py b/setup.py index 9389b4b1..398685c3 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name="scout_apm", - version="3.5.0", + version="3.5.1", description="Scout Application Performance Monitoring Agent", long_description=long_description, long_description_content_type="text/markdown",