diff --git a/CHANGELOG b/CHANGELOG index 5d652af..6495d27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ +# 1.6.10 + - Fix format of generated files + # 1.6.9 - - Fixes deprecation warnings in Elixir >= 1.14 about Bitwise (thanks to https://github.com/moogle19) + - Fix deprecation warnings in Elixir >= 1.14 about Bitwise (thanks to https://github.com/moogle19) # 1.6.8 - Raise clearer error message if protoc is missing (thanks to https://github.com/josevalim) diff --git a/mix.exs b/mix.exs index 353bd9a..2b74905 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Protox.Mixfile do def project do [ app: :protox, - version: "1.6.9", + version: "1.6.10", elixir: "~> 1.9", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,