We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe73538 commit cb6529dCopy full SHA for cb6529d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## v0.5.5 (2024-12-03)
4
5
### Enhancements
6
README.md
@@ -23,7 +23,7 @@ dependencies in your `mix.exs` file:
23
```elixir
24
def deps do
25
[
26
- {:ethers, "~> 0.5.4"},
+ {:ethers, "~> 0.5.5"},
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.4"
+ @version "0.5.5"
@source_url "https://github.com/ExWeb3/elixir_ethers"
7
def project do
0 commit comments