From 17517d78ce730bd182a400acb8ad910ffc831595 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Mon, 8 Apr 2024 09:55:31 +0300 Subject: [PATCH] release 0.7.2 --- CHANGELOG.md | 2 ++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 862cf2b..b6dc531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 0.7.2 +* Update ex_keccak to 0.7.5 (https://github.com/poanetwork/ex_abi/pull/166) ## 0.7.1 * Fix parsing of nested tuples (https://github.com/poanetwork/ex_abi/pull/164) * Fix parsing of functions the outputs field (https://github.com/poanetwork/ex_abi/pull/163) diff --git a/README.md b/README.md index b327601..9cf46bb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ by adding `ex_abi` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:ex_abi, "~> 0.7.1"} + {:ex_abi, "~> 0.7.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 7a5e739..aa672f3 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ABI.Mixfile do def project do [ app: :ex_abi, - version: "0.7.1", + version: "0.7.2", elixir: "~> 1.8", description: "Ethereum's ABI Interface", package: [