From 54d855795fa1deaaa38dc83fe3b6256a3a18298f Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Tue, 22 Nov 2022 16:01:47 -0700 Subject: [PATCH] Mark v1.13.0-rc5 in the changelog and release changelog. (#1239) --- CHANGELOG.md | 11 +++++++++++ RELEASE_CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ace096f83e..e6907f8f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,12 +37,23 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## Unreleased +* nothing + +--- + +## [v1.13.0-rc5](https://github.com/provenance-io/provenance/releases/tag/v1.13.0-rc5) - 2022-11-22 + ### Improvements * Updated Cosmos-SDK to [v0.46.6-pio-1](https://github.com/provenance-io/cosmos-sdk/blob/v0.46.6-pio-1/RELEASE_NOTES.md) (from v0.46.4-pio-1) [PR 1235](https://github.com/provenance-io/provenance/pull/1235). * Alias the `config unpack` command to `config update`. It can be used to update config files to include new fields [PR 1233](https://github.com/provenance-io/provenance/pull/1233). * When loading the unpacked configs, always load the defaults before reading the files (instead of only loading the defaults if the file doesn't exist) [PR 1233](https://github.com/provenance-io/provenance/pull/1233). +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.13.0-rc4...v1.13.0-rc5 +* https://github.com/provenance-io/provenance/compare/v1.12.2...v1.13.0-rc5 + --- ## [v1.13.0-rc4](https://github.com/provenance-io/provenance/releases/tag/v1.13.0-rc4) - 2022-11-16 diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index d5bc1b42d4..8f79058983 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,3 +1,18 @@ +## [v1.13.0-rc5](https://github.com/provenance-io/provenance/releases/tag/v1.13.0-rc5) - 2022-11-22 + +### Improvements + +* Updated Cosmos-SDK to [v0.46.6-pio-1](https://github.com/provenance-io/cosmos-sdk/blob/v0.46.6-pio-1/RELEASE_NOTES.md) (from v0.46.4-pio-1) [PR 1235](https://github.com/provenance-io/provenance/pull/1235). +* Alias the `config unpack` command to `config update`. It can be used to update config files to include new fields [PR 1233](https://github.com/provenance-io/provenance/pull/1233). +* When loading the unpacked configs, always load the defaults before reading the files (instead of only loading the defaults if the file doesn't exist) [PR 1233](https://github.com/provenance-io/provenance/pull/1233). + +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.13.0-rc4...v1.13.0-rc5 +* https://github.com/provenance-io/provenance/compare/v1.12.2...v1.13.0-rc5 + +--- + ## [v1.13.0-rc4](https://github.com/provenance-io/provenance/releases/tag/v1.13.0-rc4) - 2022-11-16 This is a state-compatible version upgrade for v1.13.0-rc3.