Skip to content

Commit

Permalink
Update change log for upcoming release (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Dec 19, 2024
1 parent d35eb37 commit 5f4acc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/get-version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash -e

grep -Eo "var semanticConventionsVersion = \".*\"" build.gradle.kts | grep -Eo "[0-9]+.[0-9]+.[0-9]+"
grep "var semanticConventionsVersion = " build.gradle.kts | grep -Eo "[0-9]+.[0-9]+.[0-9]+"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Update to semantic conventions 1.29.0 and weaver 0.12.0
([#118](https://github.com/open-telemetry/semantic-conventions-java/pull/118))

## Version 1.28.0 (2024-10-14)

* Use weaver for semantic convention codegen
Expand Down

0 comments on commit 5f4acc7

Please sign in to comment.