We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5ad66 commit 8c91b58Copy full SHA for 8c91b58
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## Version 1.34.0 (2025-06-10)
4
5
Note: there was no v1.33.0 release
6
(see [details](https://github.com/open-telemetry/semantic-conventions-java/pull/217#discussion_r2109393759)).
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
// start - updated by ./.github/workflows/prepare-release-branch.yml
10
-val snapshot = true
+val snapshot = false
11
// end
12
13
// The release version of https://github.com/open-telemetry/semantic-conventions used to generate classes
0 commit comments