Skip to content

Commit

Permalink
Prepare for opentelemetry-http release (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Mar 28, 2024
1 parent 8483914 commit aa7065f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion opentelemetry-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog

## vNext
- Add feature flag enabling users to configure `reqwest` usage to use rustls via `reqwest/rustls-tls` feature flag

## v0.11.1

- Add feature flag enabling users to configure `reqwest` usage to use rustls via
`reqwest/rustls-tls` feature flag
[1638](https://github.com/open-telemetry/opentelemetry-rust/pull/1638).

## v0.11.0

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opentelemetry-http"
version = "0.11.0"
version = "0.11.1"
description = "Helper implementations for sending HTTP requests. Uses include propagating and extracting context over http, exporting telemetry, requesting sampling strategies."
homepage = "https://github.com/open-telemetry/opentelemetry-rust"
repository = "https://github.com/open-telemetry/opentelemetry-rust"
Expand Down

0 comments on commit aa7065f

Please sign in to comment.