diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b8dc85b..06bd63f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-3.0.0...HEAD) -## [3.0.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-3.0.0) - 2024-09-04 +## [3.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-3.0.0) - 2024-09-04 ### Added - Added Python 3.12 support ([#422](https://github.com/solarwinds/apm-python/pull/422)) diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index 92341f74..528787cf 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -1,2 +1 @@ __version__ = "3.0.0" -