Skip to content

Commit 98fcd99

Browse files
committed
v0.11.1
1 parent a9e5863 commit 98fcd99

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v0.11.1 (2018-11-18)
4+
* (Dependency Update) Require `ecto ~> 2.1 or ~> 3.0`
5+
36
## v0.11.0 (2018-10-04)
47
* (Dependency Update) Require `arc ~> 0.11.0`
58

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Arc.Ecto.Mixfile do
22
use Mix.Project
33

4-
@version "0.11.0"
4+
@version "0.11.1"
55

66
def project do
77
[app: :arc_ecto,

0 commit comments

Comments
 (0)