File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
* add new Repo module (thanks to daskycodes)
13
13
* add missing typespecs (thanks to fdie)
14
14
* refactor transaction api to support nested transaction
15
+ * add ` Mongo.rename_collection/3 ` command
15
16
16
17
## 0.8.4 (2022-03-09)
17
18
* Bugfix
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Add `mongodb_driver` to your mix.exs `deps`.
37
37
38
38
``` elixir
39
39
defp deps do
40
- [{:mongodb_driver , " ~> 0.8.5 " }]
40
+ [{:mongodb_driver , " ~> 0.9.0 " }]
41
41
end
42
42
```
43
43
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Mongodb.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/zookzook/elixir-mongodb-driver"
5
- @ version "0.8.5 "
5
+ @ version "0.9.0 "
6
6
7
7
def project ( ) do
8
8
[
You can’t perform that action at this time.
0 commit comments