diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ca3c982..e908208c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-6.1.1...HEAD) -## [6.1.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-6.1.1) - 2026-05-28 +## [6.1.1](https://github.com/solarwinds/apm-python/releases/tag/rel-6.1.1) - 2026-05-28 ### Changed - Updated test coverage for traceflags 02,03 ([#766](https://github.com/solarwinds/apm-python/pull/766), [#767](https://github.com/solarwinds/apm-python/pull/767)) -- Added requests version constraint for image builds ([#768](https://github.com/solarwinds/apm-python/pull/768)) - Updated AWS Lambda wrapper to accept existing `_HANDLER` ([#770](https://github.com/solarwinds/apm-python/pull/770)) ## [6.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-6.1.0) - 2026-05-01 diff --git a/image/requirements-nodeps.txt b/image/requirements-nodeps.txt index 089c69743..27242b039 100644 --- a/image/requirements-nodeps.txt +++ b/image/requirements-nodeps.txt @@ -1 +1 @@ -solarwinds_apm==6.1.0 +solarwinds_apm==6.1.1 diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index 647f98430..7f8a859da 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -1 +1 @@ -__version__ = "6.1.1.0" +__version__ = "6.1.1"