From 2811b295abf8ff043472d2fe0c292f1eea9a9d89 Mon Sep 17 00:00:00 2001 From: Alisina Bahadori Date: Mon, 14 Oct 2024 12:03:57 -0400 Subject: [PATCH] Release 0.5.3 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfceb7..f4e19da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.5.3 (2024-10-14) + +### Enhancements + +- Make event filter arguments optional in typespecs + ## v0.5.2 (2024-08-08) ### Bug fixes diff --git a/README.md b/README.md index a46999c..41818e1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ dependencies in your `mix.exs` file: ```elixir def deps do [ - {:ethers, "~> 0.5.2"}, + {:ethers, "~> 0.5.3"}, # Uncomment next line if you want to use local signers # {:ex_secp256k1, "~> 0.7.2"} ] diff --git a/mix.exs b/mix.exs index b0ed346..609b0c9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Ethers.MixProject do use Mix.Project - @version "0.5.2" + @version "0.5.3" @source_url "https://github.com/ExWeb3/elixir_ethers" def project do