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"