We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e5863 commit 98fcd99Copy full SHA for 98fcd99
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v0.11.1 (2018-11-18)
4
+* (Dependency Update) Require `ecto ~> 2.1 or ~> 3.0`
5
+
6
## v0.11.0 (2018-10-04)
7
* (Dependency Update) Require `arc ~> 0.11.0`
8
mix.exs
@@ -1,7 +1,7 @@
defmodule Arc.Ecto.Mixfile do
use Mix.Project
- @version "0.11.0"
+ @version "0.11.1"
def project do
[app: :arc_ecto,
0 commit comments