From f2268b3942332f342148ea21686cc029e02f9fe2 Mon Sep 17 00:00:00 2001 From: Andrea Giacobino Date: Wed, 14 Sep 2022 12:21:34 +0200 Subject: [PATCH] chore: update changelog for v3.0.0-rc2 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++-- Makefile | 2 +- 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3494476d..ccf6e8e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,38 @@ ## [Unreleased] + +## [v3.0.0-rc2] - 2022-09-14 +### Chore +- rename module version to v3 +- remove link-aries command from did cli +- updating the seeds +- update changelog for v3.0.0-rc1 +- **cosmoscmd:** remove cosmoscmd from node +- **update:** updgrade to v0.45.7 & fix tests + +### Docs +- amend ADR [#8](https://github.com/elesto-dao/elesto/issues/8), introduce epoch concept + +### Feat +- remove team rewards and community tax from mint +- add stricter validation of did document +- **did:** inhibiting the creation vanity DIDs ([#220](https://github.com/elesto-dao/elesto/issues/220)) +- **docs:** use template for code of conduct + +### Fix +- rollback implementation to epoch base inflation +- conflict between /credentials/{id} and /credentials/definitions +- credential definition id should not be DID +- **did:** simulation modifications +- **docs:** remove CoC from contributing because now isolated in CoC file +- **docs:** update ADR description + + -## [v3.0.0-rc1] - 2022-08-20 +## [v3.0.0-rc1] - 2022-08-22 ### Chore +- update changelog for v3.0.0-rc1 - prepare codebase for Oak audit - grammatical improvements - **credential:** goimport -local @@ -169,7 +198,8 @@ - increase test coverage -[Unreleased]: https://github.com/elesto-dao/elesto/compare/v3.0.0-rc1...HEAD +[Unreleased]: https://github.com/elesto-dao/elesto/compare/v3.0.0-rc2...HEAD +[v3.0.0-rc2]: https://github.com/elesto-dao/elesto/compare/v3.0.0-rc1...v3.0.0-rc2 [v3.0.0-rc1]: https://github.com/elesto-dao/elesto/compare/v2.0.0-rc2...v3.0.0-rc1 [v2.0.0-rc2]: https://github.com/elesto-dao/elesto/compare/v2.0.0-rc1...v2.0.0-rc2 [v2.0.0-rc1]: https://github.com/elesto-dao/elesto/compare/v1.0.0-rc2...v2.0.0-rc1 diff --git a/Makefile b/Makefile index 287fe8b9..261e60cc 100644 --- a/Makefile +++ b/Makefile @@ -254,7 +254,7 @@ test-ci: ############################################################################### changelog: - git-chglog --output CHANGELOG.md + git-chglog --output CHANGELOG.md --sort semver _get-release-version: ifneq ($(shell git branch --show-current | head -c 9), release/v)