From 3da1cce8d389b314aafcf79f27e51190d80da20c Mon Sep 17 00:00:00 2001 From: Quinn Milionis Date: Mon, 15 Dec 2025 13:11:45 -0800 Subject: [PATCH] bump version to 3.5.2 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4079806f..a853dd3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Pending +## [3.5.2] 2025-12-15 +### Changed +- Update deprecated macos-13 runner image + ## [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 398685c3..cd60404f 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name="scout_apm", - version="3.5.1", + version="3.5.2", description="Scout Application Performance Monitoring Agent", long_description=long_description, long_description_content_type="text/markdown",