Skip to content

Commit

Permalink
new release 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Jun 25, 2019
1 parent 5165643 commit 0db0b0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.5.7

* Bug Fixes
* Test for existing index in `Bucket` works right now

* Enhancements
* Better handling for the `:timeout` options

## 0.5.6

* Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def application do
end

defp deps do
[{:mongodb_driver, "~> 0.5.3"}]
[{:mongodb_driver, "~> 0.5"}]
end
```

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.5.6"
@version "0.5.7"

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

0 comments on commit 0db0b0d

Please sign in to comment.