Skip to content

Commit

Permalink
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -34,6 +34,8 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

## [v0.2.0](https://github.com/provenance-io/provenance/releases/tag/v0.2.0) - 2021-03-05

* Truncate hashes used in metadata addresses for Record, Record Specification #132
* Add support for creating, updating, removing, finding, and iterating over `Session`s #55
* Add support for creating, updating, removing, finding, and iterating over `RecordSpecification`s #59
2 changes: 2 additions & 0 deletions app/upgrades/upgrades.go
Original file line number Diff line number Diff line change
@@ -23,6 +23,8 @@ type appUpgrade struct {
}

var handlers = map[string]appUpgrade{
"v0.2.0": {},

// TODO - Add new upgrade definitions here.
}

0 comments on commit 473f194

Please sign in to comment.