From 6e2d2d3b922ecff915882b35d49200f7f3329ce6 Mon Sep 17 00:00:00 2001 From: Phil Story Date: Tue, 2 Mar 2021 16:13:05 -0700 Subject: [PATCH] Add v0.1.5 release notes --- RELEASE_CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index e69de29bb2..1140d04f82 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -0,0 +1,9 @@ +## [v0.1.5](https://github.com/provenance-io/provenance/releases/tag/v0.1.5) - 2021-03-02 + +* Add support for creating, updating, removing, finding, and iterating over `Record`s #54 +* Add migration support for v039 account into v040 attributes module #100 +* Remove setting default no-op upgrade handlers. +* Add an explicit no-op upgrade handler for release v0.1.5. +* Add support for creating, updating, removing, finding, and iterating over `ContractSpecification`s #57 +* Add support for record specification metadata addresses #58 +* Enhance build process to release cosmovisor compatible zip and plan #119