From b2a8821185f76e4c90edaaa2a47c73dae42fcac0 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Thu, 17 Oct 2024 10:00:51 -0600 Subject: [PATCH] Mark v1.20.0-rc3 (#2191) * Add a bit to the summary. * Mark v1.20.0-rc3 --- .../bug-fixes/2189-remove-params-storekey.md | 2 -- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) delete mode 100644 .changelog/unreleased/bug-fixes/2189-remove-params-storekey.md diff --git a/.changelog/unreleased/bug-fixes/2189-remove-params-storekey.md b/.changelog/unreleased/bug-fixes/2189-remove-params-storekey.md deleted file mode 100644 index 7bbd57cd8..000000000 --- a/.changelog/unreleased/bug-fixes/2189-remove-params-storekey.md +++ /dev/null @@ -1,2 +0,0 @@ -* Remove the params store key and transient store key from the app [PR 2189](https://github.com/provenance-io/provenance/pull/2189). - This fixes a problem in `v1.20.0-rc2` that prevented nodes from restarting if stopped after the upgrade. diff --git a/CHANGELOG.md b/CHANGELOG.md index da7a51f4c..0417354b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,20 @@ See: [.changelog/unreleased](.changelog/unreleased) --- +## [v1.20.0-rc3](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc3) 2024-10-16 + +### Bug Fixes + +* Remove the params store key and transient store key from the app [PR 2189](https://github.com/provenance-io/provenance/pull/2189). + This fixes a problem in `v1.20.0-rc2` that prevented nodes from restarting if stopped after the upgrade. + +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.20.0-rc2...v1.20.0-rc3 +* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc3 + +--- + ## [v1.20.0-rc2](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc2) 2024-10-16 ### Bug Fixes