Skip to content

Commit

Permalink
Bumo version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Mar 5, 2024
1 parent be815a7 commit 7974c55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## Unreleased
## v0.3.1 (2024-03-05)

### Bug fixes

- Fix `to` address trimmed zeros in transaction encoder with unified hex encoding for transaction
- Fix trimmed zeros in transaction encoder with unified hex encoding for transaction

## v0.3.0 (2024-02-05)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies in your `mix.exs` file:
```elixir
def deps do
[
{:ethers, "~> 0.3.0"},
{:ethers, "~> 0.3.1"},
# Uncomment next line if you want to use local signers
# {:ex_secp256k1, "~> 0.7.2"}
]
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ethers.MixProject do
use Mix.Project

@version "0.3.0"
@version "0.3.1"
@source_url "https://github.com/alisinabh/elixir_ethers"

def project do
Expand Down

0 comments on commit 7974c55

Please sign in to comment.