diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af6ece..dc48097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.0.7 (unreleased) +## 0.0.7 (2017-06-19) - Sort individual tag/category pages by date - Add extra builtin shortcode for Streamable videos diff --git a/Cargo.lock b/Cargo.lock index b29277f..fa3e0fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "gutenberg" -version = "0.0.6" +version = "0.0.7" dependencies = [ "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7304779..0292be9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gutenberg" -version = "0.0.6" +version = "0.0.7" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"