Skip to content

Commit ea780d9

Browse files
committed
updated change log
1 parent 685ad34 commit ea780d9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.4
2+
* Enhancements
3+
* added a new option to specify a timeout, when increasing the connction pool is no option
4+
15
## 0.7.3
26

37
* Enhancements

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.3"
4+
@version "0.7.4"
55

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

0 commit comments

Comments
 (0)