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 1b6c4fc commit 9bc843eCopy full SHA for 9bc843e
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 0.6.5
2
+
3
+* Enhancements
4
+ * updated db_connection dependency
5
+ * generalize inconsistent typespecs
6
+ * new function `BSON.ObjectId.decode/1` and `BSON.ObjectId.encode/1`
7
+ * new function `Mongo.uuid/1`
8
9
## 0.6.4
10
11
* Bugfixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Mongodb.Mixfile do
use Mix.Project
- @version "0.6.4"
+ @version "0.6.5"
def project() do
[app: :mongodb_driver,
0 commit comments