We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360bb21 commit 34cfccaCopy full SHA for 34cfcca
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## v0.5.4 (2024-10-22)
4
5
### Bug fixes
6
README.md
@@ -23,7 +23,7 @@ dependencies in your `mix.exs` file:
23
```elixir
24
def deps do
25
[
26
- {:ethers, "~> 0.5.3"},
+ {:ethers, "~> 0.5.4"},
27
# Uncomment next line if you want to use local signers
28
# {:ex_secp256k1, "~> 0.7.2"}
29
]
mix.exs
@@ -1,7 +1,7 @@
defmodule Ethers.MixProject do
use Mix.Project
- @version "0.5.3"
+ @version "0.5.4"
@source_url "https://github.com/ExWeb3/elixir_ethers"
7
def project do
0 commit comments