Skip to content

Commit bd5c9ea

Browse files
authored
Update change log (#396)
* chmod * Update change log
1 parent 369120e commit bd5c9ea

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/scripts/draft-change-log-entries.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ else
2323
range="v$major.$((minor - 1)).0..HEAD"
2424
fi
2525

26-
echo "## Unreleased"
27-
echo
28-
2926
declare -A component_names=()
3027
component_names["aws-xray/"]="AWS X-Ray"
3128
component_names["consistent-sampling/"]="Consistent sampling"

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Unreleased
44

5+
### AWS X-Ray
6+
7+
- Fix #376: `AwsXrayRemoteSampler` doesn’t poll for update
8+
([#377](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/377))
9+
10+
### Runtime attach
11+
12+
- Fix "Class path contains multiple SLF4J bindings"
13+
([#380](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/380))
14+
- Improve exception handling and documentation
15+
([#388](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/388))
16+
517
## Version 1.15.0 (2022-06-17)
618

719
### Consistent sampling

0 commit comments

Comments
 (0)