From 8e0a272b7ac33f58c95d8917e0990244336e20aa Mon Sep 17 00:00:00 2001 From: jerevoss Date: Tue, 6 Jun 2023 14:48:04 -0700 Subject: [PATCH] changelog --- contrib/opencensus-ext-flask/CHANGELOG.md | 2 ++ contrib/opencensus-ext-requests/CHANGELOG.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/contrib/opencensus-ext-flask/CHANGELOG.md b/contrib/opencensus-ext-flask/CHANGELOG.md index 4a0f95c98..f7b0c4431 100644 --- a/contrib/opencensus-ext-flask/CHANGELOG.md +++ b/contrib/opencensus-ext-flask/CHANGELOG.md @@ -4,6 +4,8 @@ - Add exception information to span attributes ([#1188](https://github.com/census-instrumentation/opencensus-python/pull/1188)) +- Removed vulnerable versions of flask +([#1207](https://github.com/census-instrumentation/opencensus-python/pull/1207)) ## 0.8.1 Released 2022-08-03 diff --git a/contrib/opencensus-ext-requests/CHANGELOG.md b/contrib/opencensus-ext-requests/CHANGELOG.md index ac6f5f597..f9060ff95 100644 --- a/contrib/opencensus-ext-requests/CHANGELOG.md +++ b/contrib/opencensus-ext-requests/CHANGELOG.md @@ -9,6 +9,8 @@ Released 2022-08-03 ([#1143](https://github.com/census-instrumentation/opencensus-python/pull/1143)) - Add `requests` library as a hard dependency ([#1146](https://github.com/census-instrumentation/opencensus-python/pull/1146)) +- Removed vulnerable versions of requests +([#1207](https://github.com/census-instrumentation/opencensus-python/pull/1207)) ## 0.7.5 Released 2021-05-13