diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cee4b8a..b5224c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [1.0.0b9](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b9) - 2023-02-22 + - Made build.sh script executible from publish workflow ([#213](https://github.com/microsoft/ApplicationInsights-Python/pull/213)) - Updated main and distro READMEs diff --git a/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_version.py b/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_version.py index 24ef9d09..54b4d3cd 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.0b8" +VERSION = "1.0.0b9"