We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2cddb commit d2a76a4Copy full SHA for d2a76a4
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## v0.6.2 (2025-01-10)
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.6.1"},
+ {:ethers, "~> 0.6.2"},
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.6.1"
+ @version "0.6.2"
@source_url "https://github.com/ExWeb3/elixir_ethers"
7
def project do
0 commit comments