From 733600ea15a154c3ba01c9f7644236401c350b02 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Tue, 12 Sep 2023 10:04:54 +0300 Subject: [PATCH] release 0.6.2 (#147) --- 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 6a9dcfc..c9a40b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 0.6.2 +* Update ex_keccak to 0.7.3 (https://github.com/poanetwork/ex_abi/pull/146) ## 0.6.1 * Support the enum solidity type (https://github.com/poanetwork/ex_abi/pull/135) * Use `Logger.warning` instead of `Logger.warn` (https://github.com/poanetwork/ex_abi/pull/144) diff --git a/README.md b/README.md index 9b947d5..debdcc1 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.6.1"} + {:ex_abi, "~> 0.6.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 1355666..b0b7c5e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ABI.Mixfile do def project do [ app: :ex_abi, - version: "0.6.1", + version: "0.6.2", elixir: "~> 1.8", description: "Ethereum's ABI Interface", package: [