diff --git a/CHANGELOG.md b/CHANGELOG.md index 1645ff6..f2ec853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Currently, the focus is on implementing the high-level V4L2 single-planar API. Multi-planar capture will not be targeted in the near future unless someone else starts working on it. +## [0.13.1] - 2023-05-26 +### Added +- Basic multi-planar streaming support ## [0.13.1] - 2022-12-08 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index a4ae1bf..747e95d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "v4l" description = "Safe video4linux (v4l) bindings" -version = "0.13.1" +version = "0.14.0" authors = ["Christopher N. Hesse "] edition = "2018" license = "MIT"