From 16dedd2246a59061a341824628d1b2d0e2dc4895 Mon Sep 17 00:00:00 2001 From: Derek Adams Date: Mon, 13 Jun 2022 18:26:51 -0400 Subject: [PATCH] add release changelog for 1.11.0 --- CHANGELOG.md | 4 ++++ RELEASE_CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 RELEASE_CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f9f2d70a..8a8f50a3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,10 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## Unreleased +--- + +## [v1.11.0](https://github.com/provenance-io/provenance/releases/tag/v1.11.0) - 2022-06-13 + ### Features * Add CONTROLLER, and VALIDATOR PartyTypes for contract execution. [\#824](https://github.com/provenance-io/provenance/pull/824]) diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md new file mode 100644 index 0000000000..69fac59585 --- /dev/null +++ b/RELEASE_CHANGELOG.md @@ -0,0 +1,23 @@ +## [v1.11.0](https://github.com/provenance-io/provenance/releases/tag/v1.11.0) - 2022-06-13 + +### Features + +* Add CONTROLLER, and VALIDATOR PartyTypes for contract execution. [\#824](https://github.com/provenance-io/provenance/pull/824]) +* Add FeeGrant allowance support for marker escrow accounts [#406](https://github.com/provenance-io/provenance/issues/406) +* Bump Cosmos-SDK to v0.45.4-pio-1, which contains Cosmos-SDK v0.45.4 and the update to storage of the bank module's SendEnabled information. [PR 850](https://github.com/provenance-io/provenance/pull/850) +* Add `MsgAssessCustomMsgFeeRequest` to add the ability for a smart contract author to charge a custom fee [#831](https://github.com/provenance-io/provenance/issues/831) + +### Bug Fixes + +* Move buf.build push action to occur after PRs are merged to main branch [#838](https://github.com/provenance-io/provenance/issues/838) +* Update third party proto dependencies [#842](https://github.com/provenance-io/provenance/issues/842) + +### Improvements + +* Add restricted status info to name module cli queries [#806](https://github.com/provenance-io/provenance/issues/806) +* Store the bank module's SendEnabled flags directly in state instead of as part of Params. This will drastically reduce the costs of sending coins and managing markers. [PR 850](https://github.com/provenance-io/provenance/pull/850) +* Add State Sync readme [#859](https://github.com/provenance-io/provenance/issues/859) + +### State Machine Breaking + +* Move storage of denomination SendEnabled flags into bank module state (from Params), and update the marker module to correctly manipulate the flags in their new location. [PR 850](https://github.com/provenance-io/provenance/pull/850)