diff --git a/Cargo.toml b/Cargo.toml index 7f5305d..e45c2b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruzstd" -version = "0.7.3" +version = "0.8.0" authors = ["Moritz Borcherding "] edition = "2018" license = "MIT" diff --git a/Changelog.md b/Changelog.md index 084fe71..3122592 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,9 @@ This document records the changes made between versions, starting with version 0.5.0 -# After 0.7.3 (Current)ยด +# After 0.8.0 (Current) + +# After 0.7.3 * Add initial compression support * **Breaking** Refactor modules to reflect that this is now also a compression library