diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb60c6..d39c80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.13.0 +* Bump bson dependency to 1.2 +* Upgrade libmongoc to 1.17.4 +* Remove Windows support + # 0.12.1 * Add support for commands that return batches (by MiesJansen) diff --git a/Cargo.toml b/Cargo.toml index 53462f2..95e03b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mongo_driver" -version = "0.12.1" +version = "0.13.0" authors = ["Thijs Cadier "] description = "Mongo Rust driver built on top of the Mongo C driver" readme = "README.md"