Skip to content

Commit 8fa7ecf

Browse files
committed
changelog and versions
1 parent 6040d28 commit 8fa7ecf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.1.0
9+
10+
* Support Ecto 3.12. The changes _require_ Ecto 3.12, so its dependency is bumped.
11+
812
## 2.0.0
913

1014
* Change underlying driver from [`mongodb`](https://github.com/elixir-mongo/mongodb) to [`mongodb_driver`](https://github.com/zookzook/elixir-mongodb-driver) 1.4.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Add `:mongodb_ecto` as a dependency in your `mix.exs` file.
6060
```elixir
6161
def deps do
6262
[
63-
{:mongodb_ecto, "~> 1.0.0"}
63+
{:mongodb_ecto, "~> 2.1.0"}
6464
]
6565
end
6666
```

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.1.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)