diff --git a/CHANGELOG.md b/CHANGELOG.md index b1585fe03..979bd6cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,15 @@ ## Unreleased +# 0.11.3 +Released 2023-09-18 + +- Updated `azure` module + # 0.11.2 Released 2023-03-10 -- Updated `azure`, `fastapi`,`flask` modules +- Updated `azure`, `fastapi`, `flask` modules # 0.11.1 Released 2023-01-18 diff --git a/contrib/opencensus-ext-azure/CHANGELOG.md b/contrib/opencensus-ext-azure/CHANGELOG.md index 3db97a53b..e1acaa27e 100644 --- a/contrib/opencensus-ext-azure/CHANGELOG.md +++ b/contrib/opencensus-ext-azure/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 1.1.10 + +Released 2023-09-18 + +- Various bug fixes + ## 1.1.9 Released 2023-03-10 diff --git a/contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py b/contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py index 27bd84636..e267be2c6 100644 --- a/contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py +++ b/contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '1.1.9' +__version__ = '1.1.10' diff --git a/contrib/opencensus-ext-azure/setup.py b/contrib/opencensus-ext-azure/setup.py index cfb54bd24..98174a585 100644 --- a/contrib/opencensus-ext-azure/setup.py +++ b/contrib/opencensus-ext-azure/setup.py @@ -43,7 +43,7 @@ install_requires=[ 'azure-core >= 1.12.0, < 2.0.0', 'azure-identity >= 1.5.0, < 2.0.0', - 'opencensus >= 0.11.2, < 1.0.0', + 'opencensus >= 0.11.3, < 1.0.0', 'psutil >= 5.6.3', 'requests >= 2.19.0', ], diff --git a/opencensus/common/version/__init__.py b/opencensus/common/version/__init__.py index 232b8fb04..f6dc0f413 100644 --- a/opencensus/common/version/__init__.py +++ b/opencensus/common/version/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.11.2' +__version__ = '0.11.3'