From 14ca523147d62633a58813c12937861fd262e530 Mon Sep 17 00:00:00 2001 From: chessai Date: Sun, 25 Aug 2024 11:51:06 -0500 Subject: [PATCH] version 2.25.1 (#1990) Change-Id: I41f8d6d459634f22a03bd76634b6ea537f252038 --- CHANGELOG.md | 9 +++++++++ chainweb.cabal | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf64e00cc..100a8e55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.25.1 (2024-08-25) +This is a minor point release. Upgrading is **strongly recommended**. + +To upgrade, pull the latest docker image, or download the binary and +restart the node with the same configuration file as before. + +### Changes +- Disable the unused p2p payload batch endpoint. [`34df7ad`](https://github.com/kadena-io/chainweb-node/commit/34df7adaa8e22d6c64612a1c8f64a4209a6a7858) + ## 2.25 (2024-08-21) This is a major version update. This release replaces all previous versions. diff --git a/chainweb.cabal b/chainweb.cabal index 3a94eac66..c31eb899f 100644 --- a/chainweb.cabal +++ b/chainweb.cabal @@ -1,7 +1,7 @@ cabal-version: 3.8 name: chainweb -version: 2.25 +version: 2.25.1 synopsis: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput description: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput. homepage: https://github.com/kadena-io/chainweb