Skip to content

Commit

Permalink
updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Jun 21, 2021
1 parent 685ad34 commit ea780d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.4
* Enhancements
* added a new option to specify a timeout, when increasing the connction pool is no option

## 0.7.3

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Mongodb.Mixfile do
use Mix.Project

@version "0.7.3"
@version "0.7.4"

def project() do
[app: :mongodb_driver,
Expand Down

0 comments on commit ea780d9

Please sign in to comment.