We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36748e9 commit 2901d31Copy full SHA for 2901d31
History.md
@@ -1,4 +1,9 @@
1
2
+1.2.1 / 2017-06-29
3
+==================
4
+
5
+ * feat(): OTP 20 and Elixir 1.4.5 support
6
7
1.2.0 / 2017-06-27
8
==================
9
mix.exs
@@ -3,7 +3,7 @@ defmodule Rox.Mixfile do
def project do
[app: :rox,
- version: "1.2.0",
+ version: "1.2.1",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
0 commit comments