diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index e69de29bb2..18a18c0ccd 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -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