Skip to content

Commit 68a3db8

Browse files
committed
1.36.0
1 parent 8be40a0 commit 68a3db8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ val snapshot = true
1111
// end
1212

1313
// The release version of https://github.com/open-telemetry/semantic-conventions used to generate classes
14-
var semanticConventionsVersion = "1.35.0"
14+
var semanticConventionsVersion = "1.36.0"
1515
val schemaUrlVersions = listOf(
1616
semanticConventionsVersion,
17+
"1.35.0",
18+
"1.34.0",
1719
"1.33.0",
1820
"1.32.0",
1921
"1.31.0",

semconv/src/main/java/io/opentelemetry/semconv/SchemaUrls.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
public final class SchemaUrls {
99

10+
public static final String V1_36_0 = "https://opentelemetry.io/schemas/1.36.0";
1011
public static final String V1_35_0 = "https://opentelemetry.io/schemas/1.35.0";
1112
public static final String V1_34_0 = "https://opentelemetry.io/schemas/1.34.0";
1213
public static final String V1_33_0 = "https://opentelemetry.io/schemas/1.33.0";

0 commit comments

Comments
 (0)