From 7d069653dd89dfa5f8a60e520a97888d131d25bc Mon Sep 17 00:00:00 2001 From: Edmund Noble Date: Mon, 17 Jul 2023 14:50:36 -0400 Subject: [PATCH] Add changelog entry for 2.19.2 and set cabal version (#1695) * Add changelog entry for 2.19.2 and set cabal version * Change changelog * Update 2.19.1 date --- CHANGELOG.md | 19 ++++++++++++++++++- chainweb.cabal | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 898c981e1c..5ae1cbc2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # `chainweb-node` Changelog +## 2.19.2 (2023-07-17) + +**NOTE: THIS VERSION SUPERSEDES 2.19.1. PLEASE UPDATE AS SOON AS POSSIBLE.** + +This version replaces all previous versions. + +This version will expire on 2023-09-07. + +To upgrade, pull the latest docker image or download the binary and restart the node. + +Changes: + +* Add rewind support to /poll and /local. (#1653, #1686) +* Add some leniency to mempool creation time checks. (#1255) +* Return metadata from /local with preflight set to true. (#1612) +* Optimize new block creation. (#1691) + ## 2.19.1 (2023-05-22) **NOTE: THIS VERSION SUPERSEDES 2.19. PLEASE UPDATE AS SOON AS POSSIBLE.** @@ -16,7 +33,7 @@ Changes: * Disable user function return value typechecking (#1661) * Add typechecking option to tx-sim. (#1656) -## 2.19 (2023-05-25) +## 2.19 (2023-05-17) **NOTE: THIS VERSION IS OBSOLETE. IT IS REPLACED BY 2.19.1. PLEASE UPDATE AS SOON AS POSSIBLE.** diff --git a/chainweb.cabal b/chainweb.cabal index 6c201fb78c..7095e39f4a 100644 --- a/chainweb.cabal +++ b/chainweb.cabal @@ -1,7 +1,7 @@ cabal-version: 3.8 name: chainweb -version: 2.19.1 +version: 2.19.2 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