We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4706dac commit 28273e2Copy full SHA for 28273e2
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.7.5
+## 0.8.0 (0.7.5 was not published)
2
* Enhancements
3
* replica set connection: faster topology update if the primary is down (thanks to p-mongo)
4
* added custom `Mongo.Encoder` protocol (thanks to esse)
mix.exs
@@ -1,7 +1,7 @@
defmodule Mongodb.Mixfile do
use Mix.Project
- @version "0.7.5"
+ @version "0.8.0"
5
6
def project() do
7
[app: :mongodb_driver,
0 commit comments