Skip to content

Commit

Permalink
version bumped to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Mar 30, 2020
1 parent 1b6c4fc commit 9bc843e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.6.5

* Enhancements
* updated db_connection dependency
* generalize inconsistent typespecs
* new function `BSON.ObjectId.decode/1` and `BSON.ObjectId.encode/1`
* new function `Mongo.uuid/1`

## 0.6.4

* Bugfixes
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.6.4"
@version "0.6.5"

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

0 comments on commit 9bc843e

Please sign in to comment.