Skip to content

Commit 7cc567a

Browse files
Prepare release 1.21.0 (#18)
1 parent 1e5250c commit 7cc567a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 1.21.0 (2023-09-01)
44

55
* Move to `io.opentelemetry.semnconv.*` package
66
([#14](https://github.com/open-telemetry/semantic-conventions-java/pull/14))

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
// start - updated by ./.github/workflows/prepare-release-branch.yml
15-
val snapshot = true
15+
val snapshot = false
1616
// end
1717

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

0 commit comments

Comments
 (0)