We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0557e82 commit f452dc8Copy full SHA for f452dc8
2 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
-## v0.6.1-dev
+## v0.6.1 (2014-12-11)
2
+
3
+* Enhancements
4
+ * Convert config file to erlang term file
5
6
## v0.6.0 (2014-10-12)
7
mix.exs
@@ -3,7 +3,7 @@ defmodule Hex.Mixfile do
def project do
[app: :hex,
- version: "0.6.1-dev",
+ version: "0.6.1",
aliases: aliases,
8
deps: deps,
9
elixirc_options: elixirc_options(Mix.env)]
0 commit comments