We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1b9be commit fd350cfCopy full SHA for fd350cf
3 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.1.0 (2025-01-07)
4
+
5
+- Update Ethers to v0.6.1
6
7
+## v0.0.4 (2024-08-27)
8
9
+- Update Ethers to v0.5.2
10
11
## v0.0.3 (2024-04-02)
12
13
### Enhancements
README.md
@@ -11,7 +11,7 @@ dependencies in your `mix.exs` file:
```elixir
def deps do
[
14
- {:ethers_kms, "~> 0.0.3"},
+ {:ethers_kms, "~> 0.1.0"},
15
]
16
end
17
```
mix.exs
@@ -1,7 +1,7 @@
defmodule EthersKMS.MixProject do
use Mix.Project
- @version "0.0.3"
+ @version "0.1.0"
@source_url "https://github.com/ExWeb3/elixir_ethers_kms"
def project do
0 commit comments