Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t

## Unreleased

## v0.18.0 - 2026-06-18

- feat: support pluggable session injection for the OTLP HTTP exporter via the upstream OTel SDK hook
([#794](https://github.com/aws-observability/aws-otel-python-instrumentation/pull/794))
- Nightly dependency update: OpenTelemetry 1.42.1/0.63b1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

__version__ = "0.17.1.dev0"
__version__ = "0.18.0"
Loading