From bd5c9ea38e27c9dba23f84930cc083dbcaf959a7 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 20 Jul 2022 08:27:53 -0700 Subject: [PATCH] Update change log (#396) * chmod * Update change log --- .github/scripts/draft-change-log-entries.sh | 3 --- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/scripts/draft-change-log-entries.sh b/.github/scripts/draft-change-log-entries.sh index f26327f0..3d5f7104 100755 --- a/.github/scripts/draft-change-log-entries.sh +++ b/.github/scripts/draft-change-log-entries.sh @@ -23,9 +23,6 @@ else range="v$major.$((minor - 1)).0..HEAD" fi -echo "## Unreleased" -echo - declare -A component_names=() component_names["aws-xray/"]="AWS X-Ray" component_names["consistent-sampling/"]="Consistent sampling" diff --git a/CHANGELOG.md b/CHANGELOG.md index d83cb225..e9736c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## Unreleased +### AWS X-Ray + +- Fix #376: `AwsXrayRemoteSampler` doesn’t poll for update + ([#377](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/377)) + +### Runtime attach + +- Fix "Class path contains multiple SLF4J bindings" + ([#380](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/380)) +- Improve exception handling and documentation + ([#388](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/388)) + ## Version 1.15.0 (2022-06-17) ### Consistent sampling