diff --git a/CHANGELOG.md b/CHANGELOG.md index b9664ce..eb442d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.13.3 +* Upgrade libmongoc to 1.17.4 +* Another static linking fix + # 0.13.2 * Fix probe of libbson so static linking actually works diff --git a/Cargo.toml b/Cargo.toml index ebe6578..c38e703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mongo_driver" -version = "0.13.2" +version = "0.13.3" authors = ["Thijs Cadier "] description = "Mongo Rust driver built on top of the Mongo C driver" readme = "README.md"