Skip to content

Commit

Permalink
final fixes for 0.4.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Oct 7, 2018
1 parent cfc2732 commit 2f79b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 0.4.0
* Use IPC with IpcClient. Choose client type based on config :client_type (https://github.com/exthereum/ethereumex/pull/40)
* Update poison, credo, dialyzer (https://github.com/exthereum/ethereumex/pull/42)

# 0.3.4
* Allow configuring GenServer timeout for requests (https://github.com/exthereum/ethereumex/pull/39)
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 @@ Add Ethereumex to your `mix.exs` dependencies:
1. Add `ethereumex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:ethereumex, "~> 0.3.3"}]
[{:ethereumex, "~> 0.4.0"}]
end
```

Expand Down

0 comments on commit 2f79b2b

Please sign in to comment.