diff --git a/CHANGELOG.md b/CHANGELOG.md index 52291e7..dc38949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## Version 1.24.0 (2024-03-27) **NOTICE:** This release contains a significant restructuring of this repository and the generated classes as we evolve it towards a first stable artifact (although there is no stable artifact as of diff --git a/build.gradle.kts b/build.gradle.kts index 3016b7d..e3403df 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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