We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bf824 commit e850b20Copy full SHA for e850b20
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.6.9 (2025-10-16)
4
5
### Bug Fixes
6
README.md
@@ -32,7 +32,7 @@ Add `ethers` to your dependencies in `mix.exs`:
32
```elixir
33
def deps do
34
[
35
- {:ethers, "~> 0.6.7"},
+ {:ethers, "~> 0.6.9"},
36
# Uncomment next line if you want to use local signers
37
# {:ex_secp256k1, "~> 0.7.6"}
38
]
mix.exs
@@ -1,7 +1,7 @@
defmodule Ethers.MixProject do
use Mix.Project
- @version "0.6.8"
+ @version "0.6.9"
@source_url "https://github.com/ExWeb3/elixir_ethers"
7
def project do
0 commit comments