Skip to content

Commit 1df88c1

Browse files
committed
Release 1.0.0b11
1 parent aee3dff commit 1df88c1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## [1.0.0b11](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b11) - 2023-04-12
6+
57
- Reverse default behavior of instrumentations and implement configuration for exclusion
68
([#253](https://github.com/microsoft/ApplicationInsights-Python/pull/253))
79
- Use entrypoints instead of importlib to load instrumentations

azure-monitor-opentelemetry/azure/monitor/opentelemetry/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.0.0b10"
7+
VERSION = "1.0.0b11"

0 commit comments

Comments
 (0)