Skip to content

Commit fed973b

Browse files
authored
2.1.0 (#199)
1 parent b11e433 commit fed973b

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Add `:mongodb_ecto` as a dependency in your `mix.exs` file.
7676
```elixir
7777
def deps do
7878
[
79-
{:mongodb_ecto, "~> 2.0.0"}
79+
{:mongodb_ecto, "~> 2.1.0"}
8080
]
8181
end
8282
```

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"
5+
@version "2.1.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)