diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f7f5358..97c21bf86 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-7.1.0...HEAD) -## [7.1.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-7.1.0) - 2026-07-17 +## [7.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-7.1.0) - 2026-07-17 ### Added - Add security agent ([#793](https://github.com/solarwinds/apm-python/pull/793)) diff --git a/image/requirements-nodeps.txt b/image/requirements-nodeps.txt index 93621021f..382b941a9 100644 --- a/image/requirements-nodeps.txt +++ b/image/requirements-nodeps.txt @@ -1 +1 @@ -solarwinds_apm==7.0.0 +solarwinds_apm==7.1.0 diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index 89f1ba911..54ccb5d27 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -1 +1 @@ -__version__ = "7.1.0.0" +__version__ = "7.1.0"