diff --git a/CHANGELOG b/CHANGELOG index ee2ceea1..2a2166e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ +* 0.18.0 + - Allow ability to construct file names at compile time (thanks to https://github.com/ananthakumaran) + * 0.17.0 - - Add path: option to specify import path + - Add path: option to specify import path (thanks to https://github.com/mathsaey) * 0.16.2 - Fix generation of typespecs for when there are more than one required field diff --git a/mix.exs b/mix.exs index 9bc3e38a..d2c899b5 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Protox.Mixfile do def project do [ app: :protox, - version: "0.17.0", + version: "0.18.0", elixir: "~> 1.4", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,