From 00a4b60282863db0273ae3f69e0b83d851472ecb Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Tue, 9 Jan 2024 15:16:00 -0800 Subject: [PATCH] Testrelease 1.1.0.2 --- CHANGELOG.md | 2 +- solarwinds_apm/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4069bea..5861cdcc4 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.1.0...HEAD) -## [1.1.0.1](https://github.com/solarwinds/apm-python/releases/tag/rel-1.1.0) - 2024-01-08 +## [1.1.0.2](https://github.com/solarwinds/apm-python/releases/tag/rel-1.1.0) - 2024-01-09 ### Added - Added configuration of transaction name in response_time metrics by lambda environment ([#257](https://github.com/solarwinds/apm-python/pull/257)) diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index 6f7acccc7..501d29550 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -5,4 +5,4 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. """Version of SolarWinds Custom-Distro for OpenTelemetry agents""" -__version__ = "1.1.0.1" +__version__ = "1.1.0.2"