Skip to content

Commit 1cc91b0

Browse files
committed
2.0.0
1 parent e110197 commit 1cc91b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Remove config options `pool`, `pool_overflow`, and `pool_timeout`
1212
- Add support for MongoDB 6.0 and 7.0
1313
- Add support for loading & dumping nil binaries and dumping nil dates
14+
- Improve README setup instructions
1415

1516
### Possible breaking changes
1617

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Mongo.Ecto.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-mongo/mongodb_ecto"
5-
@version "2.0.0-rc.2"
5+
@version "2.0.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)