diff --git a/CHANGELOG.md b/CHANGELOG.md index 864fd4a5..16c680a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 1.15.0 - 2023-11-15 + +- Add support for CPU profiling + [#327](https://github.com/signalfx/splunk-otel-python/pull/327) + ## 1.14.1 - 2023-10-03 - Dependencies bump, updating cryptography to 41.0.3 @@ -37,7 +42,7 @@ - Upgraded Otel dependencies to 1.11.1 and 0.30b1 [#226](https://github.com/signalfx/splunk-otel-python/pull/226) - + ## 1.5.0 - 2022-03-14 @@ -160,7 +165,7 @@ ### Breaking Changes -- Removed support for `SPLK_` prefixed env var. +- Removed support for `SPLK_` prefixed env var. [#65](https://github.com/signalfx/splunk-otel-python/pull/65) - Removed `opentelemetry-propagator-b3` as a depedency. It can be installed direclty or by using the new `b3` extras options e.g, `pip install splunk-opentelemetry[b3]`. diff --git a/pyproject.toml b/pyproject.toml index bf1f400a..763a6fb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-opentelemetry" -version = "1.14.1" +version = "1.15.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"