Skip to content

Commit

Permalink
update change log, add release changelog, NOTE: not adding a release …
Browse files Browse the repository at this point in the history
…name anymore
  • Loading branch information
nullpointer0x00 committed Aug 27, 2024
1 parent fdcfed9 commit a43272b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 14 additions & 0 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit a43272b

Please sign in to comment.