Skip to content

Commit 02217ce

Browse files
authored
release 0.14.0 (#219)
1 parent 11d51e1 commit 02217ce

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.14.0 - 2026-03-26
4+
* Notify websocket subscribers of reconnection (https://github.com/mana-ethereum/ethereumex/pull/216)
5+
* Fix request id race condition when using batches (https://github.com/mana-ethereum/ethereumex/pull/217)
6+
* Add error handling and batch support to WebsocketClient (https://github.com/mana-ethereum/ethereumex/pull/215)
7+
38
## 0.12.3 - 2026-03-04
49
* Bump websockex from 0.4.3 to 0.5.1 (https://github.com/mana-ethereum/ethereumex/pull/202)
510

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add `:ethereumex` to your list of dependencies in `mix.exs`:
1919
```elixir
2020
def deps do
2121
[
22-
{:ethereumex, "~> 0.12.3"},
22+
{:ethereumex, "~> 0.14.0"},
2323
# json library is configurable
2424
{:jason, "~> 1.4"}
2525
]

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Ethereumex.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/exthereum/ethereumex"
5-
@version "0.12.3"
5+
@version "0.14.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)