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 1e5250c commit 7cc567aCopy full SHA for 7cc567a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## Version 1.21.0 (2023-09-01)
4
5
* Move to `io.opentelemetry.semnconv.*` package
6
([#14](https://github.com/open-telemetry/semantic-conventions-java/pull/14))
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
}
13
14
// start - updated by ./.github/workflows/prepare-release-branch.yml
15
-val snapshot = true
+val snapshot = false
16
// end
17
18
// The release version of https://github.com/open-telemetry/semantic-conventions used to generate classes
0 commit comments