We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee381b commit 6cae2b8Copy full SHA for 6cae2b8
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 0.5.6
2
+
3
+* Bug Fixes
4
+ * Fixed a match error in `after_fun` of cursor module
5
+ * Fixed a match error in the result of function `Monitor.force_check`
6
+ * Resolved decode problem for the Binary (Old) BinData subtype
7
+ * Added support for `Mongo.BulkWriteResult`
8
9
## 0.5.5
10
11
* Bug Fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Mongodb.Mixfile do
use Mix.Project
- @version "0.5.5"
+ @version "0.5.6"
def project() do
[app: :mongodb_driver,
0 commit comments