diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f687ad0..4465b6142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ ## Unreleased -# 0.11.2 +# 0.11.3 Released 2023-09-18 +- Updated `azure` modules + +# 0.11.2 +Released 2023-03-10 + - Updated `azure`, `fastapi`,`flask` modules # 0.11.1 diff --git a/contrib/opencensus-ext-azure/CHANGELOG.md b/contrib/opencensus-ext-azure/CHANGELOG.md index a5929257c..54d808031 100644 --- a/contrib/opencensus-ext-azure/CHANGELOG.md +++ b/contrib/opencensus-ext-azure/CHANGELOG.md @@ -4,12 +4,8 @@ ## 1.1.10 -Released 2023-01-18 +Released 2023-09-18 -- Fix export of exception information in traces -([#1187](https://github.com/census-instrumentation/opencensus-python/pull/1187)) -- Modify metrics exporter to include setting export interval to 60s -([#1193](https://github.com/census-instrumentation/opencensus-python/pull/1193)) - Add str fallback to envelope serialization ([#1196](https://github.com/census-instrumentation/opencensus-python/pull/1196))