diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f6a72..1680b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Level zero loader changelog +## v1.20.2 +* Fix to Validation Layer Param checking of Extensions for new desc types ## v1.20.1 * Update to spec 1.12.15 * Update Docs for spec links and corrections diff --git a/CMakeLists.txt b/CMakeLists.txt index ad256fb..d552cbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900)) endif() # This project follows semantic versioning (https://semver.org/) -project(level-zero VERSION 1.20.1) +project(level-zero VERSION 1.20.2) include(GNUInstallDirs)