Skip to content

Commit 23c2ee5

Browse files
authored
Prepares X-Ray UDP Exporter v1.0.0 release (#1082)
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent f1c1507 commit 23c2ee5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
--title "Release aws-distro-opentelemetry-xray-udp-span-exporter v${{ inputs.udp-exporter-version }}" \
6666
--notes "Please refer to the [Changelog](https://github.com/aws-observability/aws-otel-java-instrumentation/blob/main/exporters/aws-distro-opentelemetry-xray-udp-span-exporter/CHANGELOG.md) for more details" \
6767
--draft \
68-
"v${{ inputs.udp-exporter-version }}"
68+
"aws-distro-opentelemetry-xray-udp-span-exporter/v${{ inputs.udp-exporter-version }}"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Release History: aws-distro-opentelemetry-xray-udp-span-exporter
2+
3+
### v1.0.0 / 2025-05-15
4+
5+
* Initial release

exporters/aws-distro-opentelemetry-xray-udp-span-exporter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
}
2424

2525
group = "software.amazon.distro.opentelemetry"
26-
version = "0.1.0"
26+
version = "1.0.0"
2727

2828
dependencies {
2929
implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.10.0"))

0 commit comments

Comments
 (0)