Skip to content

Commit 5c9ec0b

Browse files
Update Readme and changelog with notes about 1.0
1 parent 58f5ca0 commit 5c9ec0b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
* Introduce GitHub actions, replacing Travis CI
1212
* Use MongoDB 1.0.0 to add support for Mongodb 4.4. and 5.0
1313

14+
* NOTE: This might work with versions of Ecto less than 3.6.
15+
Refer to the ecto-3 branch if you need to find a commit that works with a non-officially supported version
16+
of Ecto.
17+
1418
### Possible breaking changes
1519

1620
* Some upsert operations are only supported with MongoDBs 4.2 or newer.

README.md

Lines changed: 3 additions & 3 deletions
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, "~> 0.2"}
63+
{:mongodb_ecto, "~> 1.0.0"}
6464
]
6565
end
6666
```
@@ -121,8 +121,8 @@ Additionally special values are translated as follows:
121121

122122
## Supported Mongo versions
123123

124-
The adapter and the driver are tested against most recent versions from 3
125-
branches: 2.4.x, 2.6.x, 3.0.x
124+
The adapter and the driver are tested against most recent versions from 2
125+
branches: 4.4 and 5.0
126126

127127
## Contributing
128128

0 commit comments

Comments
 (0)