Skip to content

Commit

Permalink
chore: update changelog for v4.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea committed Oct 11, 2022
1 parent 9b1f5ae commit dc9475f
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,38 @@
## [Unreleased]


<a name="v4.0.0-rc1"></a>
## [v4.0.0-rc1] - 2022-10-11
### Chore
- rename module for version v4
- upgrade cosmos-sdk and tendermint to latest patch version
- update changelog for v3.0.0-rc2
- rename module version to v3

### Docs
- add verification diagram for pvc
- amend ADR [#8](https://github.com/elesto-dao/elesto/issues/8), introduce epoch concept

### Feat
- remove public credentials listing in genesis
- add support for CosmosADR036 based proofs ([#274](https://github.com/elesto-dao/elesto/issues/274))
- remove IsPublic field from credential definition
- add fixed inflation distribution ([#259](https://github.com/elesto-dao/elesto/issues/259))
- remove team rewards and community tax from mint
- **credential:** add support allowed list for credential definitions ([#265](https://github.com/elesto-dao/elesto/issues/265))

### Fix
- use pascal case for fields names in credential proof
- fields names in Proof are not compliant to standard
- rollback implementation to epoch base inflation
- **credential:** audit changes credential ([#250](https://github.com/elesto-dao/elesto/issues/250)) ([#269](https://github.com/elesto-dao/elesto/issues/269))
- **docs:** minor edits for about


<a name="v3.0.0-rc2"></a>
## [v3.0.0-rc2] - 2022-09-14
### Chore
- update changelog for v3.0.0-rc2
- rename module version to v3
- remove link-aries command from did cli
- updating the seeds
Expand Down Expand Up @@ -198,7 +227,8 @@
- increase test coverage


[Unreleased]: https://github.com/elesto-dao/elesto/compare/v3.0.0-rc2...HEAD
[Unreleased]: https://github.com/elesto-dao/elesto/compare/v4.0.0-rc1...HEAD
[v4.0.0-rc1]: https://github.com/elesto-dao/elesto/compare/v3.0.0-rc2...v4.0.0-rc1
[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
Expand Down

0 comments on commit dc9475f

Please sign in to comment.