diff --git a/CHANGELOG.md b/CHANGELOG.md index 220152a..959cda4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.4] - 2024-07-16 + +### Fixed + +- Validation error: `Attempted write update to an immutable sampler descriptor` + ## [0.11.3] - 2024-05-29 ### Added @@ -567,3 +573,4 @@ _See [#25](https://github.com/attackgoat/screen-13/pull/25) for migration detail [0.11.1]: https://crates.io/crates/screen-13/0.11.1 [0.11.2]: https://crates.io/crates/screen-13/0.11.2 [0.11.3]: https://crates.io/crates/screen-13/0.11.3 +[0.11.4]: https://crates.io/crates/screen-13/0.11.4 diff --git a/Cargo.toml b/Cargo.toml index ce667f8..da3b005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screen-13" -version = "0.11.3" +version = "0.11.4" authors = ["John Wells "] edition = "2021" license = "MIT OR Apache-2.0"