Skip to content

Commit 4fa298b

Browse files
authored
Prepare release 1.39.0 (#400)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 340af86 commit 4fa298b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 1.39.0 (2026-01-28)
44

55
## Version 1.39.0 (2026-01-28)
66

build.gradle.kts

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

99
// start - updated by ./.github/workflows/prepare-release-branch.yml
10-
val snapshot = true
10+
val snapshot = false
1111
// end
1212

1313
// The release version of https://github.com/open-telemetry/semantic-conventions used to generate classes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Comparing source compatibility of opentelemetry-semconv-1.39.0-SNAPSHOT.jar against opentelemetry-semconv-1.38.0.jar
1+
Comparing source compatibility of opentelemetry-semconv-1.39.0.jar against opentelemetry-semconv-1.38.0.jar
22
*** MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.semconv.SchemaUrls (not serializable)
33
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
44
+++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String V1_39_0

0 commit comments

Comments
 (0)