From 236a11ddfa9b582a28a090cf981c3fbe75e5bf66 Mon Sep 17 00:00:00 2001 From: Alexandre Hamez Date: Fri, 27 Sep 2024 18:19:55 +0200 Subject: [PATCH] v1.7.5 --- CHANGELOG | 3 +++ mix.exs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5ea8ca6..47ebd69 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +# 1.7.5 + - Use origin repository for propchek rather than a fork + # 1.7.4 - Fix handling of enum in snake case diff --git a/mix.exs b/mix.exs index 1e47878..379b27d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Protox.Mixfile do def project do [ app: :protox, - version: "1.7.4", + version: "1.7.5", elixir: "~> 1.12", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,