diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c8e2b0..e359313a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Level zero loader changelog +## v1.31.0 +* Fix: logger use-after-free in ZeLogger during teardown +* Fix: .mako drift from actual headers +* Fix: Static Analysis Fixes +* Feature: Enable System Resource Tracker on Windows +* Removed unnused size_t for to_string in 32b compiles +* Use PROJECT_*_DIR instead of CMAKE_*_DIR to support subproject builds ## v1.30.0 * Remove SPDLog from project entirely * Add New custom C++ smaller Logger, to replace SPDLog diff --git a/CMakeLists.txt b/CMakeLists.txt index f304f329..0887fd09 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.30.0) +project(level-zero VERSION 1.31.0) include(GNUInstallDirs) find_package(Git) diff --git a/PRODUCT_GUID.txt b/PRODUCT_GUID.txt index cb752e01..80350fc4 100644 --- a/PRODUCT_GUID.txt +++ b/PRODUCT_GUID.txt @@ -1,2 +1,2 @@ -1.30.0 -b9f3aba2-8a14-4ba1-9492-488d559b8275 \ No newline at end of file +1.31.0 +77da5b74-7f46-404c-af74-2663fbfc8bb1 \ No newline at end of file