From 641d3b9c562fa3836fb5f4ab8b0b4aa93e894c47 Mon Sep 17 00:00:00 2001 From: yihuang Date: Wed, 6 Dec 2023 14:16:21 +0800 Subject: [PATCH] Problem: v4.2.8 is not released (#1020) --- CHANGELOG.md | 6 +++--- default.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 573bfccbc..e1a367286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## Unreleased +*Dec 6, 2023* + +## v4.2.8 - [#991](https://github.com/crypto-org-chain/chain-main/pull/991) Update cometbft `v0.34.29` with several minor bug fixes and low-severity security-fixes. - [#998](https://github.com/crypto-org-chain/chain-main/pull/998) Port halt-height fix from sdk @@ -10,8 +12,6 @@ - [#1010](https://github.com/crypto-org-chain/chain-main/pull/1010) Bump librocksdb to 8.5.3 - [#1019](https://github.com/crypto-org-chain/chain-main/pull/1019) Limit the length of NFTTransfer fields. -### Bug Fixes - *Jun 14, 2023* ## v4.2.7 diff --git a/default.nix b/default.nix index 303fa0568..b2c8102c6 100644 --- a/default.nix +++ b/default.nix @@ -38,7 +38,7 @@ let in buildGoApplication rec { pname = "chain-maind"; - version = "4.2.7"; + version = "4.2.8"; go = buildPackages.go_1_20; src = lib.cleanSourceWith { name = "src";