Skip to content

Commit

Permalink
Preparing release v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbley committed Dec 4, 2023
1 parent 5c0637f commit 7d19a1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>

<p align="center">
<span class="otel-version-badge"><a href="https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.20.0"><img alt="OpenTelemetry Python Version" src="https://img.shields.io/badge/otel-1.20.0-blueviolet?style=for-the-badge"/></a></span>
<span class="otel-version-badge"><a href="https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.21.0"><img alt="OpenTelemetry Python Version" src="https://img.shields.io/badge/otel-1.21.0-blueviolet?style=for-the-badge"/></a></span>
<a href="https://github.com/signalfx/splunk-otel-python/releases">
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/signalfx/splunk-otel-python?style=for-the-badge">
</a>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 7d19a1d

Please sign in to comment.