Skip to content

Commit 1f90bc5

Browse files
Prepare release 1.23.1 (#38)
1 parent 6e98834 commit 1f90bc5

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.23.1 (2023-11-21)
44

55
* Extended jinja template to generate template-type semantic attributes.
66
([#24](https://github.com/open-telemetry/semantic-conventions-java/pull/24))

build.gradle.kts

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

1515
// start - updated by ./.github/workflows/prepare-release-branch.yml
16-
val snapshot = true
16+
val snapshot = false
1717
// end
1818

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

0 commit comments

Comments
 (0)