From 48b2d0031081668e087ff06eef9704c24920101c Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Mon, 6 Sep 2021 09:25:18 -0500 Subject: [PATCH] Version 2.23.0 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a91fe0a0..3bc0db37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Pending +### Added + +### Fixed + + +## [2.23.0] 2021-09-06 + ### Added - Convert objtrace to use PEP 489 multi-phase initialization. ([Issue #661](https://github.com/scoutapp/scout_apm_python/issues/661)) @@ -11,6 +18,7 @@ - Disconnect receiver from celery task_failure signal. ([Issue #678](https://github.com/scoutapp/scout_apm_python/issues/678)) + ## [2.22.1] 2021-08-19 ### Added diff --git a/setup.py b/setup.py index 0a8b25d1..014652e0 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( name="scout_apm", - version="2.22.1", + version="2.23.0", description="Scout Application Performance Monitoring Agent", long_description=long_description, long_description_content_type="text/markdown",