diff --git a/CHANGELOG.md b/CHANGELOG.md index fca23831..bcbe01cb 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-1.6.0...HEAD) -## [1.6.0.4](https://github.com/solarwinds/apm-python/releases/tag/rel-1.6.0) - 2024-04-02 +## [1.6.0](https://github.com/solarwinds/apm-python/releases/tag/rel-1.6.0) - 2024-04-02 ### Added - Added layer production workflow ([#341](https://github.com/solarwinds/apm-python/pull/341)) diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index e87fdb7d..e4adfb83 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -1 +1 @@ -__version__ = "1.6.0.5" +__version__ = "1.6.0"