From 89e3f8a1d425170d09b4d40909f1d3489cd5dc10 Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Thu, 15 Aug 2019 14:49:56 -0700 Subject: [PATCH] 0.7.2 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470cacf92..38ea9c2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - Added `http code` to `grpc code` status code mapping on `utils` ([#746](https://github.com/census-instrumentation/opencensus-python/pull/746)) +## 0.7.2 +Released 2019-08-16 + +- Fix GCP resource loading for certain environments + ([#761](https://github.com/census-instrumentation/opencensus-python/pull/761)) + ## 0.7.1 Released 2019-08-05