From e05211c63c7a9d84697521d4270267854bd87715 Mon Sep 17 00:00:00 2001 From: Carolyn Russell Date: Thu, 6 May 2021 12:37:42 -0600 Subject: [PATCH] Release v1.3.0 --- CHANGELOG.md | 13 ++++++++----- CONTRIBUTING.md | 5 +++-- RELEASE_CHANGELOG.md | 12 ++++++++++++ 3 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 RELEASE_CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb609d1..10bf2ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 618e25ce..d6efe859 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`) diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md new file mode 100644 index 00000000..6a0c236b --- /dev/null +++ b/RELEASE_CHANGELOG.md @@ -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"