Skip to content

Commit cc57185

Browse files
authored
Prepare for v0.11.2 release (#408)
1 parent 664703c commit cc57185

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

opentelemetry/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.11.2](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.11.1...v0.11.2)
4+
5+
# Fixed
6+
7+
- Fix possible deadlock when dropping metric instruments #407
8+
39
## [v0.11.1](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.11.0...v0.11.1)
410

511
# Fixed

opentelemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opentelemetry"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = ["OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>"]
55
description = "A metrics collection and distributed tracing framework"
66
homepage = "https://github.com/open-telemetry/opentelemetry-rust"

0 commit comments

Comments
 (0)