Skip to content

Commit 58f5ca0

Browse files
1.0.0
1 parent e6eea74 commit 58f5ca0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ 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-
## Unreleased
8+
## 1.0.0
99

10-
* Introduce support for Ecto 3 (work in progress)
10+
* Introduce support for Ecto 3
1111
* Introduce GitHub actions, replacing Travis CI
12+
* Use MongoDB 1.0.0 to add support for Mongodb 4.4. and 5.0
1213

1314
### Possible breaking changes
1415

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ defmodule Mongo.Ecto.Mixfile do
22
use Mix.Project
33

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

77
def project do
88
[
99
app: :mongodb_ecto,
1010
version: @version,
11-
elixir: "~> 1.4",
11+
elixir: "~> 1.7",
1212
deps: deps(),
1313
dialyzer: dialyzer(),
1414
docs: docs(),

0 commit comments

Comments
 (0)