diff --git a/CHANGELOG.md b/CHANGELOG.md index 029882c..577792f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 1.21.0 - 2024-09-18 - Upgrade Otel dependencies to 1.27.0 / 0.48b0 ## 1.20.0 - 2024-08-08 diff --git a/README.md b/README.md index 4a7866c..57b4f07 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

- OpenTelemetry Python Version + OpenTelemetry Python Version GitHub release (latest SemVer) diff --git a/pyproject.toml b/pyproject.toml index e9ae143..d544838 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-opentelemetry" -version = "1.20.0" +version = "1.21.0" description = "The Splunk distribution of OpenTelemetry Python Instrumentation provides a Python agent that automatically instruments your Python application to capture and report distributed traces to SignalFx APM." authors = ["Splunk "] license = "Apache-2.0"