Skip to content

Commit

Permalink
chore: update changelog for v3.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea committed Sep 14, 2022
1 parent 27f5109 commit f2268b3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,38 @@
## [Unreleased]


<a name="v3.0.0-rc2"></a>
## [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


<a name="v3.0.0-rc1"></a>
## [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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f2268b3

Please sign in to comment.