From 3d2d3bae6a9b1199991894f6bc0f81ad5e8ad3ea Mon Sep 17 00:00:00 2001 From: Alexandre Hamez Date: Fri, 1 Nov 2024 09:17:05 +0100 Subject: [PATCH] v1.7.6 --- CHANGELOG | 3 +++ mix.exs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 47ebd69b..cef2bea9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +# 1.7.6 + - Fix typespecs for JSON decoding (thanks to https://github.com/squirmy) + # 1.7.5 - Use origin repository for propchek rather than a fork diff --git a/mix.exs b/mix.exs index d2e3a4ee..d3919f30 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Protox.Mixfile do def project do [ app: :protox, - version: "1.7.5", + version: "1.7.6", elixir: "~> 1.12", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,