File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments