Skip to content

Commit 34cfcca

Browse files
committed
Release 0.5.4
1 parent 360bb21 commit 34cfcca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.5.4 (2024-10-22)
44

55
### Bug fixes
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies in your `mix.exs` file:
2323
```elixir
2424
def deps do
2525
[
26-
{:ethers, "~> 0.5.3"},
26+
{:ethers, "~> 0.5.4"},
2727
# Uncomment next line if you want to use local signers
2828
# {:ex_secp256k1, "~> 0.7.2"}
2929
]

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Ethers.MixProject do
22
use Mix.Project
33

4-
@version "0.5.3"
4+
@version "0.5.4"
55
@source_url "https://github.com/ExWeb3/elixir_ethers"
66

77
def project do

0 commit comments

Comments
 (0)