We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e565e4 commit 4671bd4Copy full SHA for 4671bd4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.6.0
4
+
5
+* Enhancements
6
+ * Added support for Elixir 1.9+ releases.
7
+ * Distillery is now an optional dependency and ~> 2.1.
8
+ * Updated supervisor specs and cleaned up warnings.
9
10
## v0.5.0
11
12
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule Shoehorn.Mixfile do
def project do
[
app: :shoehorn,
- version: "0.5.0",
+ version: "0.6.0",
elixir: "~> 1.6",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
0 commit comments