Skip to content

Commit c23fb9b

Browse files
authored
Prepares X-Ray UDP Exporter v1.0.0 release (#152)
1 parent 4a9902a commit c23fb9b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

exporter/xray-udp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: aws-distro-opentelemetry-exporter-xray-udp
22

3+
### v1.0.0 / 2025-05-15
4+
5+
* No changes
6+
37
### v0.1.0 / 2025-04-15
48

59
* Initial release

exporter/xray-udp/lib/aws/distro/opentelemetry/exporter/xray/udp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Exporter
1010
module XRay
1111
module UDP
1212
## Current XRay UDP exporter version
13-
VERSION = '0.1.0'
13+
VERSION = '1.0.0'
1414
end
1515
end
1616
end

0 commit comments

Comments
 (0)