Skip to content

Commit

Permalink
release 0.6.2 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Sep 12, 2023
1 parent b273076 commit 733600e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 733600e

Please sign in to comment.