Skip to content

Commit

Permalink
Preparations for new release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Nov 15, 2019
1 parent c360b7e commit 6948988
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.2

* Enhancements
* refactored the api of `Mongo.limits` and `Mongo.wire_version`
* add support for tracking recovery token from response in a sharded transaction

## 0.6.1

* Enhancements
Expand Down
4 changes: 0 additions & 4 deletions lib/mongo/session.ex
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,6 @@ defmodule Mongo.Session do

Logger.debug("Running commit transaction")

#{
# recoveryToken : {...}
#}

cmd = [
commitTransaction: 1,
lsid: %{id: id},
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.1"
@version "0.6.2"

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

0 comments on commit 6948988

Please sign in to comment.