diff --git a/CHANGELOG.md b/CHANGELOG.md index 2914f376..dc4a67cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index d346f3d4..8ea08a7e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ def application do end defp deps do - [{:mongodb_driver, "~> 0.5.3"}] + [{:mongodb_driver, "~> 0.5"}] end ``` diff --git a/mix.exs b/mix.exs index f8de003f..beabb44d 100644 --- a/mix.exs +++ b/mix.exs @@ -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,