From a43272b70d4a498d49e0d74f245c15dff7fb9e71 Mon Sep 17 00:00:00 2001 From: Carlton N Hanna Date: Tue, 27 Aug 2024 13:23:09 -0600 Subject: [PATCH] update change log, add release changelog, NOTE: not adding a release name anymore --- CHANGELOG.md | 2 ++ RELEASE_CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 RELEASE_CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a3349b9..70d0d869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## Unreleased +## [v5.11.0](https://github.com/provenance-io/explorer-service/releases/tag/vx.x.x) - 2024-08-27 + ### Improvements * Updated Prov Protos to 1.19.0 [#527](https://github.com/provenance-io/explorer-service/pull/527) diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md new file mode 100644 index 00000000..c79e0d9b --- /dev/null +++ b/RELEASE_CHANGELOG.md @@ -0,0 +1,14 @@ +## [v5.11.0](https://github.com/provenance-io/explorer-service/releases/tag/v5.11.0) - 2024-08-27 + +### Improvements + +* Updated Prov Protos to 1.19.0 [#527](https://github.com/provenance-io/explorer-service/pull/527) +* Updated gRPC query to use `query` field instead of `events` field [#523](https://github.com/provenance-io/explorer-service/pull/523) +* Fixed transaction details endpoint by handling Base64 and string encoding changes [#525](https://github.com/provenance-io/explorer-service/pull/525) + +### Bug Fixes + +* Fixed issue with Proto deserialization incorrectly matching `cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal` as `cosmos.upgrade.v1beta1.SoftwareUpgradeProposal`, ensuring accurate type URL handling. [#524](https://github.com/provenance-io/explorer-service/pull/524) +* Update osmosis pricing query with new required field `coinMinimalDenom` [#526](https://github.com/provenance-io/explorer-service/pull/526) +* Fix group save tx processing [#526](https://github.com/provenance-io/explorer-service/issues/528), [#526](https://github.com/provenance-io/explorer-service/issues/529) +* Fix validator proposer priority number type [#530](https://github.com/provenance-io/explorer-service/issues/530) \ No newline at end of file