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 486a534Copy full SHA for 486a534
.github/workflows/prepare-release-branch.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Set environment variables
84
run: |
85
version=$(.github/scripts/get-version.sh)
86
- if [[ ! $version =~ ^([0-9]+)\.([0-9]+)\.0$ ]]; then
+ if [[ ! $version =~ ^([0-9]+)\.([0-9]+)\.([0-9]+)$ ]]; then
87
echo "unexpected version: $version"
88
exit 1
89
fi
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## Version 1.23.1 (2023-11-21)
6
+
7
* Extended jinja template to generate template-type semantic attributes.
8
([#24](https://github.com/open-telemetry/semantic-conventions-java/pull/24))
9
* Update to semconv 1.23.1
0 commit comments