diff --git a/CHANGELOG.md b/CHANGELOG.md index bc247f88..bc5f7746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/solarwindscloud/solarwinds-apm-python/compare/rel-0.17.0...HEAD) +## [Unreleased](https://github.com/solarwindscloud/solarwinds-apm-python/compare/rel-0.18.0...HEAD) + +## [0.18.0.16](https://github.com/solarwindscloud/solarwinds-apm-python/releases/tag/rel-0.18.0) - 2023-10-30 ### Added - Add experimental configuration of OpenTelemetry metrics ([#200](https://github.com/solarwindscloud/solarwinds-apm-python/pull/200)) - Add generation and OTLP export of `trace.service.response_time` metrics ([#201](https://github.com/solarwindscloud/solarwinds-apm-python/pull/201)) - Add support for `SW_APM_TRANSACTION_NAME` ([#206](https://github.com/solarwindscloud/solarwinds-apm-python/pull/206)) +### Changed +- Fixed test dependency for support of Flask < 3 ([#202](https://github.com/solarwindscloud/solarwinds-apm-python/pull/202)) +- Fixed EC2 runner publish actions ([#203](https://github.com/solarwindscloud/solarwinds-apm-python/pull/203)) +- Updated install test coverage for Debian 11 ([#204](https://github.com/solarwindscloud/solarwinds-apm-python/pull/204)) +- Updated Codeowners ([#205](https://github.com/solarwindscloud/solarwinds-apm-python/pull/205)) + ## [0.17.0](https://github.com/solarwindscloud/solarwinds-apm-python/releases/tag/rel-0.17.0) - 2023-09-20 ### Changed diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index 899c831b..9c75249c 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__ = "0.18.0.6" +__version__ = "0.18.0.16"