We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e110197 commit 1cc91b0Copy full SHA for 1cc91b0
CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
- Remove config options `pool`, `pool_overflow`, and `pool_timeout`
12
- Add support for MongoDB 6.0 and 7.0
13
- Add support for loading & dumping nil binaries and dumping nil dates
14
+- Improve README setup instructions
15
16
### Possible breaking changes
17
mix.exs
@@ -2,7 +2,7 @@ defmodule Mongo.Ecto.Mixfile do
2
use Mix.Project
3
4
@source_url "https://github.com/elixir-mongo/mongodb_ecto"
5
- @version "2.0.0-rc.2"
+ @version "2.0.0"
6
7
def project do
8
[
0 commit comments