diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7a8af4..ad1cba5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Level zero loader changelog +## v1.18.5 +* Fix metric types for new experimental types +* Fix/Regenerate the Loader files incorrectly reordered by the scripts. +* Fix ABI checker build/tests +* Update workflows to ABI check with last released tag ## v1.18.4 * Fix Backwards compatibility in ddi structs for EXP features ## v1.18.3 diff --git a/CMakeLists.txt b/CMakeLists.txt index 17a5e74f..270e9152 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.") endif() # This project follows semantic versioning (https://semver.org/) -project(level-zero VERSION 1.18.4) +project(level-zero VERSION 1.18.5) include(GNUInstallDirs)