Skip to content

Commit

Permalink
release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zven21 committed Aug 15, 2022
1 parent 75b7f87 commit 255073c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.1.5

- Improve abi from `https://github.com/Kabie/abx/tree/main/lib/abx`
- Fixed `Web3.Middleware.Parse` after_dispatch

## v0.1.4

- Get failed http request without `raise`
Expand Down
2 changes: 1 addition & 1 deletion guides/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Web3 can be installed from the package manager hex as follows.

```elixir
def deps do
[{:web3, "~> 0.1.4"}]
[{:web3, "~> 0.1.5"}]
end
```
2. Fetch mix dependencies:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Web3.MixProject do
use Mix.Project

@version "0.1.4"
@version "0.1.5"
@github "https://github.com/zven21/web3"

def project do
Expand Down

0 comments on commit 255073c

Please sign in to comment.