diff --git a/CHANGELOG.md b/CHANGELOG.md index 22fd2252..a0251656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. The format - [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.1.5) to v2.1.5 - misc improvements, see their release notes. - [Cactus](https://github.com/Cactus-Network/cactus-blockchain/releases/tag/v2.1.4) to v2.1.4. - [Gigahorse](https://github.com/madMAx43v3r/chia-gigahorse/releases/tag/v2.1.4.giga26) to v2.1.4.giga26. + - [Wheat](https://github.com/wheatnetwork/wheat-blockchain/releases/tag/2.1.6) to v2.1.6 ### Notes - Support for new blockchains and tools DOES NOT imply my endorsement for them. *Only run those you are comfortable with.* @@ -26,7 +27,6 @@ All notable changes to this project will be documented in this file. The format ### Updated - [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.1.4) to v2.1.4 - misc improvements, see their release notes. - [Gigahorse](https://github.com/madMAx43v3r/chia-gigahorse/releases/tag/v2.1.3.giga26) to v2.1.3.giga26. - - [Wheat](https://github.com/wheatnetwork/wheat-blockchain/releases/tag/2.1.5) to v2.1.5. ## [2.1.3] - 2023-12-19 ### Updated diff --git a/scripts/forks/wheat_install.sh b/scripts/forks/wheat_install.sh index d77a91f0..cede9e78 100644 --- a/scripts/forks/wheat_install.sh +++ b/scripts/forks/wheat_install.sh @@ -4,8 +4,8 @@ # WHEAT_BRANCH=$1 -# On 2024-02-19 -HASH=5c8df453677d18609dcbad4b47cbf431feccf79b +# On 2024-02-21 +HASH=869c0b5f26d82e81528a823dcda33e82bd9ed4f9 if [ -z ${WHEAT_BRANCH} ]; then echo 'Skipping Wheat install as not requested.'