Skip to content

Commit

Permalink
Version 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Sep 6, 2021
1 parent 518b0df commit 48b2d00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 48b2d00

Please sign in to comment.