Skip to content

Commit

Permalink
bumped to version 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Sep 18, 2021
1 parent af4d10e commit 0a62b02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.5
* Enhancements
* replica set connection: faster topology update if the primary is down (thanks to p-mongo)

## 0.7.4
* Enhancements
* added a new option to specify a timeout, when increasing the connction pool is no option
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Add `mongodb_driver` to your mix.exs `deps`.

```elixir
defp deps do
[{:mongodb_driver, "~> 0.7"}]
[{:mongodb_driver, "~> 0.7.5"}]
end
```

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

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

0 comments on commit 0a62b02

Please sign in to comment.