We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee3dff commit 1df88c1Copy full SHA for 1df88c1
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## [1.0.0b11](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b11) - 2023-04-12
6
+
7
- Reverse default behavior of instrumentations and implement configuration for exclusion
8
([#253](https://github.com/microsoft/ApplicationInsights-Python/pull/253))
9
- Use entrypoints instead of importlib to load instrumentations
azure-monitor-opentelemetry/azure/monitor/opentelemetry/_version.py
@@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------
-VERSION = "1.0.0b10"
+VERSION = "1.0.0b11"
0 commit comments