Skip to content

Commit 6cae2b8

Browse files
committed
new release 0.5.6
1 parent 7ee381b commit 6cae2b8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 0.5.5
210

311
* Bug Fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Mongodb.Mixfile do
22
use Mix.Project
33

4-
@version "0.5.5"
4+
@version "0.5.6"
55

66
def project() do
77
[app: :mongodb_driver,

0 commit comments

Comments
 (0)