From f93845810c773cdc7f276b91e4cc6d99e9269bd4 Mon Sep 17 00:00:00 2001 From: Daniel Getu Date: Tue, 25 May 2021 15:33:44 -0700 Subject: [PATCH] Update changelog with PR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e341df21dbf..925f1464fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed AttributeValue sequences to warn mypy users on adding None values to array ([#1855](https://github.com/open-telemetry/opentelemetry-python/pull/1855)) - Added optional `schema_url` field to `Resource` class - ([TBD](https://github.com/open-telemetry/opentelemetry-python/issues/1862)) + ([#1871](https://github.com/open-telemetry/opentelemetry-python/pull/1871)) ## [1.2.0, 0.21b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.2.0-0.21b0) - 2021-05-11