diff --git a/CHANGELOG.md b/CHANGELOG.md index 1669119a..aa34ec3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 1.16.0 - 2023-12-04 - Upgraded Otel dependencies to 1.21.0 / 0.42b0 - Fix trace and span id formatting for profiling [#372](https://github.com/signalfx/splunk-otel-python/pull/372) diff --git a/README.md b/README.md index 344868f6..603c61d9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@
-
+
diff --git a/pyproject.toml b/pyproject.toml
index 00670448..a52af18c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splunk-opentelemetry"
-version = "1.15.0"
+version = "1.16.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