diff --git a/CHANGELOG b/CHANGELOG index 063a6fc..5d652af 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +# 1.6.9 + - Fixes 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 76742cc..353bd9a 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Protox.Mixfile do def project do [ app: :protox, - version: "1.6.8", + version: "1.6.9", elixir: "~> 1.9", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,