Skip to content

Commit 0ce5e85

Browse files
committed
bumped version to 0.9.0
1 parent 9073953 commit 0ce5e85

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
* add new Repo module (thanks to daskycodes)
1313
* add missing typespecs (thanks to fdie)
1414
* refactor transaction api to support nested transaction
15+
* add `Mongo.rename_collection/3` command
1516

1617
## 0.8.4 (2022-03-09)
1718
* Bugfix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add `mongodb_driver` to your mix.exs `deps`.
3737

3838
```elixir
3939
defp deps do
40-
[{:mongodb_driver, "~> 0.8.5"}]
40+
[{:mongodb_driver, "~> 0.9.0"}]
4141
end
4242
```
4343

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Mongodb.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/zookzook/elixir-mongodb-driver"
5-
@version "0.8.5"
5+
@version "0.9.0"
66

77
def project() do
88
[

0 commit comments

Comments
 (0)