Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Version 1.37.0 (2025-08-27)

* Bump to semconv v1.37.0
([#288](https://github.com/open-telemetry/semantic-conventions-java/pull/288))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

// start - updated by ./.github/workflows/prepare-release-branch.yml
val snapshot = true
val snapshot = false
// end

// The release version of https://github.com/open-telemetry/semantic-conventions used to generate classes
Expand Down
Loading