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 6e98834 commit 1f90bc5Copy full SHA for 1f90bc5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## Version 1.23.1 (2023-11-21)
4
5
* Extended jinja template to generate template-type semantic attributes.
6
([#24](https://github.com/open-telemetry/semantic-conventions-java/pull/24))
build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
}
14
15
// start - updated by ./.github/workflows/prepare-release-branch.yml
16
-val snapshot = true
+val snapshot = false
17
// end
18
19
// The release version of https://github.com/open-telemetry/semantic-conventions used to generate classes
0 commit comments