diff --git a/CHANGELOG.md b/CHANGELOG.md index 984d9798..43fe00ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [1.0.0b11](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b11) - 2023-04-12 + - Reverse default behavior of instrumentations and implement configuration for exclusion ([#253](https://github.com/microsoft/ApplicationInsights-Python/pull/253)) - Use entrypoints instead of importlib to load instrumentations diff --git a/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_version.py b/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_version.py index 29190c5f..39f83bd5 100644 --- a/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_version.py +++ b/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_version.py @@ -4,4 +4,4 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.0.0b10" +VERSION = "1.0.0b11"