Skip to content

Commit 9bc843e

Browse files
committed
version bumped to 0.6.5
1 parent 1b6c4fc commit 9bc843e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 0.6.4
210

311
* Bugfixes

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.6.4"
4+
@version "0.6.5"
55

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

0 commit comments

Comments
 (0)