Skip to content

Commit

Permalink
prepare release v2.1.0 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea authored Oct 14, 2021
1 parent fb26f40 commit fd4332c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,36 @@
## [Unreleased]


<a name="v2.1.0"></a>
## [v2.1.0] - 2021-10-13
### Chore
- update changelog for v2.1.0
- update sdk version to 0.44.2 and go version to 1.17 ([#295](https://github.com/allinbits/cosmos-cash/issues/295))
- remove handler.go from each module ([#274](https://github.com/allinbits/cosmos-cash/issues/274))

### Ci
- **docs:** add requirements.txt for automatic docs build ([#287](https://github.com/allinbits/cosmos-cash/issues/287))

### Docs
- fix link to the documentation portal in main README
- add root of trust ADR and extend modules documentation ([#256](https://github.com/allinbits/cosmos-cash/issues/256))
- add security and privacy considerations ([#260](https://github.com/allinbits/cosmos-cash/issues/260))
- publish docs website ([#270](https://github.com/allinbits/cosmos-cash/issues/270))

### Feat
- improve compatibility with aries go ([#291](https://github.com/allinbits/cosmos-cash/issues/291))

### Fix
- extract X25519ECDHKW pubkey from aries response ([#294](https://github.com/allinbits/cosmos-cash/issues/294))

### Test
- **did:** check error type for expected failures ([#276](https://github.com/allinbits/cosmos-cash/issues/276))


<a name="v2.0.0"></a>
## [v2.0.0] - 2021-10-01
### Chore
- update changelog for v2.0.0 ([#272](https://github.com/allinbits/cosmos-cash/issues/272))
- upgrade cosmos-sdk to version v0.44 ([#237](https://github.com/allinbits/cosmos-cash/issues/237))
- use EcdsaSecp256k1VerificationKey2019 as vm type ([#221](https://github.com/allinbits/cosmos-cash/issues/221))

Expand Down Expand Up @@ -169,7 +196,8 @@ remove support for legacy key format
- **integration-test:** restructure app.go and fix RegisterTxService


[Unreleased]: https://github.com/allinbits/cosmos-cash/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/allinbits/cosmos-cash/compare/v2.1.0...HEAD
[v2.1.0]: https://github.com/allinbits/cosmos-cash/compare/v2.0.0...v2.1.0
[v2.0.0]: https://github.com/allinbits/cosmos-cash/compare/v1.0.0...v2.0.0
[v1.0.0]: https://github.com/allinbits/cosmos-cash/compare/v0.2.0...v1.0.0
[v0.2.0]: https://github.com/allinbits/cosmos-cash/compare/v0.2.0-pre...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ endif
git tag $(APP_VERSION)
git-chglog --output CHANGELOG.md
git tag $(APP_VERSION) --delete
git add CHANGELOG.md && git commit -m "update changelog for $(APP_VERSION)"
git add CHANGELOG.md && git commit -m "chore: update changelog for $(APP_VERSION)"
@echo release complete

git-tag:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For a detailed architecture description and design choices, visit the [ADR](./do

### Documentation

The Cosmos Cash documentation is available on the [Cosmos Cash Documentation Portal](https://allinbits.github.io/cosmos-cash/).
The Cosmos Cash documentation is available on the [Cosmos Cash Documentation Portal](https://docs.cosmos-cash.app.beta.starport.cloud/).

Technical reference is bundled within each module, visit the [Cosmos Cash Modules](./docs/Reference/MODULES.md) page for links
to individual modules.
Expand Down

0 comments on commit fd4332c

Please sign in to comment.