We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc924b3 commit 2e32e41Copy full SHA for 2e32e41
opentelemetry/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [v0.11.1](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.11.0...v0.11.1)
4
+
5
+# Fixed
6
7
+- Fix remote implicit builder context sampling #405
8
9
## [v0.11.0](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.10.0...v0.11.0)
10
11
## Added
opentelemetry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "opentelemetry"
-version = "0.11.0"
+version = "0.11.1"
authors = ["OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>"]
description = "A metrics collection and distributed tracing framework"
homepage = "https://github.com/open-telemetry/opentelemetry-rust"
0 commit comments