diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c06a8aaefa..8e82ab676ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v0.4.1 (28-11-2019) + - fixed depth/stencil transitions + - fixed dynamic offset iteration + ## v0.4 (03-11-2019) - Platforms: removed OpenGL/WebGL support temporarily - Features: diff --git a/wgpu-native/Cargo.toml b/wgpu-native/Cargo.toml index 46c094bff0e..efe4510a597 100644 --- a/wgpu-native/Cargo.toml +++ b/wgpu-native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-native" -version = "0.4.0" +version = "0.4.1" authors = [ "Dzmitry Malyshau ", "Joshua Groves ",