diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b035f10..c179ef9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +1.25.0: + * Add content_size setting to Lz4FrameInfo + * Add LZ4_setStreamDecode + * Docs updates + 1.24.0: * Update to lz4 1.9.4 (lz4-sys 1.9.4) - this fixes CVE-2021-3520, which was a security vulnerability in the core lz4 library * export the include directory of lz4 from build.rs diff --git a/Cargo.toml b/Cargo.toml index da33512cf..e8f742a9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lz4" license = "MIT" -version = "1.24.0" +version = "1.25.0" readme = "README.md" authors = [ "Jens Heyens ", "Artem V. Navrotskiy ", "Patrick Marks "] description = "Rust LZ4 bindings library."