Skip to content

Commit 94f19dd

Browse files
committed
bump version to 0.6.4
1 parent 383bfbe commit 94f19dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.4
2+
3+
* Bugfixes
4+
* fixed bug in `Mongo.TopologyDescription` in case of a shard cluster deployment (#39)
5+
16
## 0.6.3
27

38
* Enhancements

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.6.3"
4+
@version "0.6.4"
55

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

0 commit comments

Comments
 (0)