diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cee4b8a..2dde23fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## Unreleased -- Made build.sh script executible from publish workflow +## [1.0.0b9](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b9) - 2023-02-22 + +- Made build.sh script executable from publish workflow ([#213](https://github.com/microsoft/ApplicationInsights-Python/pull/213)) - Updated main and distro READMEs ([#205](https://github.com/microsoft/ApplicationInsights-Python/pull/205)) 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"