Skip to content

Commit 0a62b02

Browse files
committed
bumped to version 0.7.5
1 parent af4d10e commit 0a62b02

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.5
2+
* Enhancements
3+
* replica set connection: faster topology update if the primary is down (thanks to p-mongo)
4+
15
## 0.7.4
26
* Enhancements
37
* added a new option to specify a timeout, when increasing the connction pool is no option

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Add `mongodb_driver` to your mix.exs `deps`.
5555

5656
```elixir
5757
defp deps do
58-
[{:mongodb_driver, "~> 0.7"}]
58+
[{:mongodb_driver, "~> 0.7.5"}]
5959
end
6060
```
6161

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.7.4"
4+
@version "0.7.5"
55

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

0 commit comments

Comments
 (0)