Skip to content

Commit cb9834f

Browse files
authored
Preparing release v1.19.1 (#460)
* Preparing release v1.19.1 * Mark CHANGELOG with bugfix content of this minor release
1 parent 4f180af commit cb9834f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
## 1.19.1 - 2024-05-29
6+
- Fixed an issue with metrics exporting in a lambda environment
7+
58
## 1.19.0 - 2024-05-01
69

710
- Profiling: fix access to context in case of `NonRecordingSpan`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "splunk-opentelemetry"
3-
version = "1.19.0"
3+
version = "1.19.1"
44
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."
55
authors = ["Splunk <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)