Update change log (#396)

* chmod

* Update change log
This commit is contained in:
Trask Stalnaker 2022-07-20 08:27:53 -07:00 committed by GitHub
parent 369120ec9c
commit bd5c9ea38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

View File

@ -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"

View File

@ -2,6 +2,18 @@
## Unreleased
### AWS X-Ray
- Fix #376: `AwsXrayRemoteSampler` doesnt 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