Skip to content

Commit d7a44e0

Browse files
authored
Update changelog and version to v1.20.2 (#263)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent dcf3385 commit d7a44e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Level zero loader changelog
22

3+
## v1.20.2
4+
* Fix to Validation Layer Param checking of Extensions for new desc types
35
## v1.20.1
46
* Update to spec 1.12.15
57
* Update Docs for spec links and corrections

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
1313
endif()
1414

1515
# This project follows semantic versioning (https://semver.org/)
16-
project(level-zero VERSION 1.20.1)
16+
project(level-zero VERSION 1.20.2)
1717

1818
include(GNUInstallDirs)
1919

0 commit comments

Comments
 (0)