diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c6d5e..d4a3900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## v0.1.1 (2016-12-01) + +#### Chore + +* update serde to latest version + + + ## v0.1.0 (2016-06-22) diff --git a/Cargo.toml b/Cargo.toml index 66e262d..ecfb72c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wolfram_alpha" -version = "0.1.0" +version = "0.1.1" authors = ["Nikita Pekin "] description = "A library providing Rust bindings for the Wolfram|Alpha API" repository = "https://github.com/indiv0/wolfram-alpha-rs"