diff --git a/.github/workflows/verify_install.yaml b/.github/workflows/verify_install.yaml index c3bb473c..461930a8 100644 --- a/.github/workflows/verify_install.yaml +++ b/.github/workflows/verify_install.yaml @@ -37,6 +37,8 @@ permissions: jobs: install-tests: runs-on: ${{ matrix.arch == 'arm64' && fromJSON('{"group":"apm-arm-runner"}') || 'ubuntu-latest' }} + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true strategy: matrix: hostname: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c22a16d..e3f43ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ 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/solarwinds/apm-python/compare/rel-2.0.0...HEAD) +## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-2.1.0...HEAD) + +## [2.1.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-2.1.0) - 2024-07-17 + +### Changed +- Move builds and tests to gh `apm-arm-runner` ([#385](https://github.com/solarwinds/apm-python/pull/385)) +- Don't inject baggage header if empty ([#386](https://github.com/solarwinds/apm-python/pull/386)) +- Always unset local token bucket capacity/rate ([#388](https://github.com/solarwinds/apm-python/pull/388)) ## [2.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-2.0.0) - 2024-06-18 diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index 7708ffdd..171038c9 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -1 +1 @@ -__version__ = "2.0.1.1" +__version__ = "2.1.0.0"