diff --git a/Changelog.md b/Changelog.md index 5d29bce..784ae38 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Added + +- Update Vulkan-Headers to 1.3.210 (#605) + ## [0.37.0] - 2022-03-23 ### Changed diff --git a/ash/Cargo.toml b/ash/Cargo.toml index b600102..c4e05ff 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.37.0+1.3.209" +version = "0.37.0+1.3.210" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"