Skip to content

Commit

Permalink
bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Jan 24, 2020
1 parent 383bfbe commit 94f19dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.6.4

* Bugfixes
* fixed bug in `Mongo.TopologyDescription` in case of a shard cluster deployment (#39)

## 0.6.3

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Mongodb.Mixfile do
use Mix.Project

@version "0.6.3"
@version "0.6.4"

def project() do
[app: :mongodb_driver,
Expand Down

0 comments on commit 94f19dd

Please sign in to comment.