Skip to content

Commit

Permalink
Final service date and changelog update (#1728)
Browse files Browse the repository at this point in the history
* Update service date again

* Change service date to oct 5

* Update changelog and set final service date

* Update time format
  • Loading branch information
edmundnoble authored Aug 26, 2023
1 parent fbdbe4f commit 5615db5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# `chainweb-node` Changelog

## UNRELEASED
## 2.20 (2023-08-28)

This version replaces all previous versions. Any prior version will stop working
on **2023-09-07T00:00:00Z**. Node administrators must upgrade to this version before
that date.

This version will expire on **2023-10-19T00:00:00Z**.

To upgrade, pull the latest docker image or download the binary and restart the node.

Changes:

Expand Down
2 changes: 1 addition & 1 deletion node/ChainwebNode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ pkgInfoScopes =
-- SERVICE DATE for version 2.19
--
serviceDate :: Maybe String
serviceDate = Just "2023-10-05T00:00:00Z"
serviceDate = Just "2023-10-19T00:00:00Z"

mainInfo :: ProgramInfo ChainwebNodeConfiguration
mainInfo = programInfoValidate
Expand Down

0 comments on commit 5615db5

Please sign in to comment.