We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274dec8 commit 9abc038Copy full SHA for 9abc038
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## v0.0.2 (2024-03-05)
4
5
### Bug fixes
6
README.md
@@ -11,7 +11,7 @@ dependencies in your `mix.exs` file:
11
```elixir
12
def deps do
13
[
14
- {:ethers_kms, "~> 0.0.1"},
+ {:ethers_kms, "~> 0.0.2"},
15
]
16
end
17
```
mix.exs
@@ -1,7 +1,7 @@
defmodule EthersKMS.MixProject do
use Mix.Project
- @version "0.0.1"
+ @version "0.0.2"
@source_url "https://github.com/ExWeb3/elixir_ethers_kms"
7
def project do
0 commit comments