diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a52162..72241d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.2.1 +* Add documentation url to Cargo.toml + # 0.2.0 * Refactored API, less namespaces than before. * Upgrade Mongo C driver to 1.3.1 diff --git a/Cargo.toml b/Cargo.toml index 9187a33..fb65a67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mongo_driver" -version = "0.2.0" +version = "0.2.1" authors = ["Thijs Cadier "] description = "Mongo Rust driver built on top of the Mongo C driver" readme = "README.md"