Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Apr 5, 2024
1 parent af74406 commit adf6c39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.4.3 (2024-04-05)

### Bug fixes

- Fix `Ethers.Multicall` typespecs

## v0.4.2 (2024-04-04)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies in your `mix.exs` file:
```elixir
def deps do
[
{:ethers, "~> 0.4.2"},
{:ethers, "~> 0.4.3"},
# Uncomment next line if you want to use local signers
# {:ex_secp256k1, "~> 0.7.2"}
]
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 Ethers.MixProject do
use Mix.Project

@version "0.4.2"
@version "0.4.3"
@source_url "https://github.com/ExWeb3/elixir_ethers"

def project do
Expand Down

0 comments on commit adf6c39

Please sign in to comment.