Skip to content

Commit 3d2d3ba

Browse files
committed
v1.7.6
1 parent 93d1794 commit 3d2d3ba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.7.6
2+
- Fix typespecs for JSON decoding (thanks to https://github.com/squirmy)
3+
14
# 1.7.5
25
- Use origin repository for propchek rather than a fork
36

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Protox.Mixfile do
44
def project do
55
[
66
app: :protox,
7-
version: "1.7.5",
7+
version: "1.7.6",
88
elixir: "~> 1.12",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)