diff --git a/CHANGELOG.md b/CHANGELOG.md index 0907e338f2e..ec31eeabc2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.15.0-dev +## v0.15.0 (2014-08-02) * Enhancements * [Agent] Improve the Agent API to also accept functions that receive explicit module, function and arguments diff --git a/VERSION b/VERSION index ac59127bab2..7092c7c46f8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0-dev \ No newline at end of file +0.15.0 \ No newline at end of file diff --git a/src/elixir.app.src b/src/elixir.app.src index d205bf68d11..4c11c188e2c 100644 --- a/src/elixir.app.src +++ b/src/elixir.app.src @@ -1,6 +1,6 @@ {application, elixir, [{description, "elixir"}, - {vsn, "0.15.0-dev"}, + {vsn, "0.15.0"}, {modules, [ elixir ]},