Skip to content

Commit 0db0b0d

Browse files
committed
new release 0.5.7
1 parent 5165643 commit 0db0b0d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.7
2+
3+
* Bug Fixes
4+
* Test for existing index in `Bucket` works right now
5+
6+
* Enhancements
7+
* Better handling for the `:timeout` options
8+
19
## 0.5.6
210

311
* Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def application do
7474
end
7575

7676
defp deps do
77-
[{:mongodb_driver, "~> 0.5.3"}]
77+
[{:mongodb_driver, "~> 0.5"}]
7878
end
7979
```
8080

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.6"
4+
@version "0.5.7"
55

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

0 commit comments

Comments
 (0)