diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc4ddf..5573e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Level zero loader changelog +## v1.11.0 +* Update to spec 1.6.3 +* Add validation for handle lifetime +* Improve driver teardown handling + ## v1.10.0 * Update to spec 1.6 * Added validation for stype and pnext diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e1efcf..b628737 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ endif() # This project follows semantic versioning (https://semver.org/). Only set the # major and minor version here - patch version is determined dynamically. -project(level-zero VERSION 1.10) +project(level-zero VERSION 1.11) # Patch version corresponds to # of commits on master since last version # major/minor tag (e.g., v1.0). If not building in a git repository, then get