From 0db0b0d551af7111e3855648ff05863a738fbcaa Mon Sep 17 00:00:00 2001 From: Michael Maier Date: Tue, 25 Jun 2019 11:22:11 +0200 Subject: [PATCH] new release 0.5.7 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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,