From d7a44e0303722e754e711227e0334aae3fa52f9d Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Thu, 16 Jan 2025 16:51:30 -0800 Subject: [PATCH] Update changelog and version to v1.20.2 (#263) Signed-off-by: Neil R. Spruit --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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)