Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carolyn Russell committed May 6, 2021
1 parent 8f960dd commit e05211c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

## [v1.3.0](https://github.com/provenance-io/explorer-service/releases/tag/v1.3.0) - 2021-05-06
### Release Name: Flóki-Vilgerðarson

### Improvements
* Added name to AccountDetail object; applicable only for ModuleAccount type #83
* Added ModuleAccount name to applicable moniker lists #83
* Added pagination and status search to getAssets() API #78
* Removed `initial supply` as it was causing confusion, and left circulation as the current total on chain #78
* Updated gradle task `downloadProtos` to include CosmWasm/wasmd proto set, Cosmos ibc protos #62
* Added name to AccountDetail object; applicable only for ModuleAccount type [#83](https://github.com/provenance-io/explorer-service/issues/83)
* Added ModuleAccount name to applicable moniker lists [#83](https://github.com/provenance-io/explorer-service/issues/83)
* Added pagination and status search to getAssets() API [#78](https://github.com/provenance-io/explorer-service/issues/78)
* Removed `initial supply` as it was causing confusion, and left circulation as the current total on chain [#78](https://github.com/provenance-io/explorer-service/issues/78)
* Updated gradle task `downloadProtos` to include CosmWasm/wasmd proto set, Cosmos ibc protos [#62](https://github.com/provenance-io/explorer-service/issues/62)

### Bug Fixes
* Fixed bug where Tx message types were being overwritten with "unknown"
Expand Down
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ To create a new release:
- Start on `main`
- Create the release version branch `release/vx.x.x` (aka `release`)
- On the `release` branch, prepare a new version section in the `CHANGELOG.md`
- At the top of latest changes add `## [vx.x.x](https://github.com/provenance-io/provenance/releases/tag/vx.x.x) - YYYY-MM-DD`
- All links must be link-ified: `$ python ./scripts/linkify.py CHANGELOG.md`
- At the top of latest changes add `## [vx.x.x](https://github.com/provenance-io/explorer-service/releases/tag/vx.x.x) - YYYY-MM-DD`
- Beneath that add `### Release Name: xxxxxx` and choose a unique name from [this list](https://en.wikipedia.org/wiki/List_of_explorers)
- All links must be link-ified: `python ./scripts/linkify.py CHANGELOG.md`
- Copy the latest release entries into a `RELEASE_CHANGELOG.md`, this is needed so the bot knows which entries to add to the release page on github.
- Tag the release (use `git tag -a vx.x.x -m "vx.x.x"`)
- Push the tag up (use `git push origin vx.x.x`)
Expand Down
12 changes: 12 additions & 0 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## [v1.3.0](https://github.com/provenance-io/explorer-service/releases/tag/v1.3.0) - 2021-05-06
### Release Name: Flóki-Vilgerðarson

### Improvements
* Added name to AccountDetail object; applicable only for ModuleAccount type [#83](https://github.com/provenance-io/explorer-service/issues/83)
* Added ModuleAccount name to applicable moniker lists [#83](https://github.com/provenance-io/explorer-service/issues/83)
* Added pagination and status search to getAssets() API [#78](https://github.com/provenance-io/explorer-service/issues/78)
* Removed `initial supply` as it was causing confusion, and left circulation as the current total on chain [#78](https://github.com/provenance-io/explorer-service/issues/78)
* Updated gradle task `downloadProtos` to include CosmWasm/wasmd proto set, Cosmos ibc protos [#62](https://github.com/provenance-io/explorer-service/issues/62)

### Bug Fixes
* Fixed bug where Tx message types were being overwritten with "unknown"

0 comments on commit e05211c

Please sign in to comment.