From 0bc4b33b734cb118c15450a78515d03bd79ebbe2 Mon Sep 17 00:00:00 2001 From: SondreB Date: Wed, 11 May 2022 01:01:41 +0200 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 11 +++++++++++ src/Directory.Build.props | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11f9e18e..1ea89abe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## (2022-05-10) + +* change nodes IP for SBC and RSC (#394) ([968052b](https://github.com/block-core/blockcore/commit/968052b)), closes [#394](https://github.com/block-core/blockcore/issues/394) +* Coldstake redeem bug (#396) ([cfeda4a](https://github.com/block-core/blockcore/commit/cfeda4a)), closes [#396](https://github.com/block-core/blockcore/issues/396) +* Node UI (#399) ([5e5c67a](https://github.com/block-core/blockcore/commit/5e5c67a)), closes [#399](https://github.com/block-core/blockcore/issues/399) +* Update NuGet packages (#400) ([1a1c2ee](https://github.com/block-core/blockcore/commit/1a1c2ee)), closes [#400](https://github.com/block-core/blockcore/issues/400) +* update SBC, RSC and CY logos (#401) ([25d68dc](https://github.com/block-core/blockcore/commit/25d68dc)), closes [#401](https://github.com/block-core/blockcore/issues/401) +* XRC HardFork - X11, DigiShield POW algo (#402) ([59458b4](https://github.com/block-core/blockcore/commit/59458b4)), closes [#402](https://github.com/block-core/blockcore/issues/402) + + + ## (2022-01-30) * add checkpoints to strax ([cc038cf](https://github.com/block-core/blockcore/commit/cc038cf)) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index a6e8b5364..061d4aa58 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - 1.1.30 + 1.1.31 net6.0 false Blockcore