Skip to content

Commit ca198da

Browse files
v0.4.0
1 parent cc04bb0 commit ca198da

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.4.0
4+
5+
* Enhancements
6+
* Support for distillery ~> 2.0
7+
* Support for Elixir ~> 1.7
8+
39
## v0.3.1
410

511
For Shoehorn, these are our goals:

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Shoehorn.Mixfile do
44
def project do
55
[
66
app: :shoehorn,
7-
version: "0.3.1",
7+
version: "0.4.0",
88
elixir: "~> 1.4",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)