Skip to content

Commit

Permalink
Add changelog entry for 2.19.2 and set cabal version (#1695)
Browse files Browse the repository at this point in the history
* Add changelog entry for 2.19.2 and set cabal version

* Change changelog

* Update 2.19.1 date
  • Loading branch information
edmundnoble authored Jul 17, 2023
1 parent 0736c1f commit 7d06965
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.**
Expand All @@ -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.**
Expand Down
2 changes: 1 addition & 1 deletion chainweb.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7d06965

Please sign in to comment.