-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release changelog notes for 0.3.0
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## [v0.3.0](https://github.com/provenance-io/provenance/releases/tag/v0.3.0) - 2021-03-19 | ||
|
||
### Features | ||
|
||
* Governance proposal support for marker module | ||
* Decentralized discovery for object store instances #105 | ||
* Add `AddP8eContractSpec` endpoint to convert v39 contract spec into v40 contract specification #167 | ||
* Refactor `Attribute` validate to sdk standard validate basic and validate size of attribute value #175 | ||
* Add the temporary `P8eMemorializeContract` endpoint to help facilitate the transition. #164 | ||
* Add handler for 0.3.0 testnet upgrade. | ||
|
||
### Bug Fixes | ||
|
||
* Gov module route added for name module root name proposal | ||
* Update Cosmos SDK to 0.42.2 for bug fixes and improvements |