From af2ec9c9067a69468a5db81ad2702bebd79ea174 Mon Sep 17 00:00:00 2001 From: Ivan Kalinin Date: Thu, 8 Feb 2024 12:59:11 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb3177c..8fc0725 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3833,7 +3833,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relay" -version = "2.3.0" +version = "2.3.1" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 7f01b3b..8c67291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay" -version = "2.3.0" +version = "2.3.1" edition = "2021" authors = ["Broxus team"] publish = false diff --git a/README.md b/README.md index 90d6b4b..fd79464 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,16 @@ more optimized than C++ node, so they don't harm the network. ### Changelog +### 2.3.1 (2024-02-08) + +Features: + +- Improved shard states GC + +Bugfixes: + +- Fixed Solana events parsing + ### 2.3.0 (2024-01-08) Features: