diff --git a/.changelog/unreleased/bug-fixes/2148-fix-recordspec-cli.md b/.changelog/unreleased/bug-fixes/2148-fix-recordspec-cli.md deleted file mode 100644 index a542e112d..000000000 --- a/.changelog/unreleased/bug-fixes/2148-fix-recordspec-cli.md +++ /dev/null @@ -1 +0,0 @@ -* Fix the query metadata recordspec command to use the RecordSpecification query when provided a recspec id [#2148](https://github.com/provenance-io/provenance/issues/2148). diff --git a/.changelog/unreleased/bug-fixes/2198-fix-gov-props.md b/.changelog/unreleased/bug-fixes/2198-fix-gov-props.md deleted file mode 100644 index 9d55a7eda..000000000 --- a/.changelog/unreleased/bug-fixes/2198-fix-gov-props.md +++ /dev/null @@ -1 +0,0 @@ -* Register the params types with the codecs so old gov props can be read [PR 2198](https://github.com/provenance-io/provenance/pull/2198). diff --git a/.changelog/unreleased/bug-fixes/2199-fix-wasm-build-addr.md b/.changelog/unreleased/bug-fixes/2199-fix-wasm-build-addr.md deleted file mode 100644 index d366ec534..000000000 --- a/.changelog/unreleased/bug-fixes/2199-fix-wasm-build-addr.md +++ /dev/null @@ -1 +0,0 @@ -* Add the query flags to the query wasm build-addr command [PR 2199](https://github.com/provenance-io/provenance/pull/2199). diff --git a/.changelog/unreleased/improvements/2121-commit-timeout.md b/.changelog/unreleased/improvements/2121-commit-timeout.md deleted file mode 100644 index e0f0c9f67..000000000 --- a/.changelog/unreleased/improvements/2121-commit-timeout.md +++ /dev/null @@ -1 +0,0 @@ -* Hard code the mainnet `consensus.timeout_commit` config value to 3.5s [#2121](https://github.com/provenance-io/provenance/issues/2121). diff --git a/.changelog/unreleased/improvements/2181-combine-changelog-dep-lines.md b/.changelog/unreleased/improvements/2181-combine-changelog-dep-lines.md deleted file mode 100644 index 6782a1ef6..000000000 --- a/.changelog/unreleased/improvements/2181-combine-changelog-dep-lines.md +++ /dev/null @@ -1 +0,0 @@ -* Update the prep-release script to combine dependency changelog entries [PR 2181](https://github.com/provenance-io/provenance/pull/2181). diff --git a/.changelog/unreleased/improvements/2192-use-v1-20-0-in-spec-links.md b/.changelog/unreleased/improvements/2192-use-v1-20-0-in-spec-links.md deleted file mode 100644 index fb7e4061b..000000000 --- a/.changelog/unreleased/improvements/2192-use-v1-20-0-in-spec-links.md +++ /dev/null @@ -1 +0,0 @@ -* Update the proto file links in the spec docs to point to `v1.20.0` (instead of `v1.19.0`) [PR 2192](https://github.com/provenance-io/provenance/pull/2192). diff --git a/.changelog/unreleased/improvements/2195-hide-md-mig-events.md b/.changelog/unreleased/improvements/2195-hide-md-mig-events.md deleted file mode 100644 index 82965304d..000000000 --- a/.changelog/unreleased/improvements/2195-hide-md-mig-events.md +++ /dev/null @@ -1 +0,0 @@ -* Suppress the events emitted during the metadata migration that changes how scope value owners are recorded [PR 2195](https://github.com/provenance-io/provenance/pull/2195). diff --git a/CHANGELOG.md b/CHANGELOG.md index 0417354b6..6a30099d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,28 @@ See: [.changelog/unreleased](.changelog/unreleased) --- +## [v1.20.0-rc4](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc4) 2024-10-25 + +### Improvements + +* Hard code the mainnet `consensus.timeout_commit` config value to 3.5s [#2121](https://github.com/provenance-io/provenance/issues/2121). +* Update the prep-release script to combine dependency changelog entries [PR 2181](https://github.com/provenance-io/provenance/pull/2181). +* Update the proto file links in the spec docs to point to `v1.20.0` (instead of `v1.19.0`) [PR 2192](https://github.com/provenance-io/provenance/pull/2192). +* Suppress the events emitted during the metadata migration that changes how scope value owners are recorded [PR 2195](https://github.com/provenance-io/provenance/pull/2195). + +### Bug Fixes + +* Fix the query metadata recordspec command to use the RecordSpecification query when provided a recspec id [#2148](https://github.com/provenance-io/provenance/issues/2148). +* Register the params types with the codecs so old gov props can be read [PR 2198](https://github.com/provenance-io/provenance/pull/2198). +* Add the query flags to the query wasm build-addr command [PR 2199](https://github.com/provenance-io/provenance/pull/2199). + +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.20.0-rc3...v1.20.0-rc4 +* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc4 + +--- + ## [v1.20.0-rc3](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc3) 2024-10-16 ### Bug Fixes