We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c234b0b commit d743173Copy full SHA for d743173
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Pending
4
5
+## [3.5.2] 2025-12-15
6
+### Changed
7
+- Update deprecated macos-13 runner image
8
+
9
## [3.5.1] 2025-12-04
10
### Fixed
11
- Attach `transaction_id` to error context to support querying for matching logs in errors service.
setup.py
@@ -33,7 +33,7 @@
33
34
setup(
35
name="scout_apm",
36
- version="3.5.1",
+ version="3.5.2",
37
description="Scout Application Performance Monitoring Agent",
38
long_description=long_description,
39
long_description_content_type="text/markdown",
0 commit comments