Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update changelog for v2.0.0 #486

Merged
merged 9 commits into from
Aug 19, 2021
57 changes: 45 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Features
## [v2.0.0-beta1](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0-beta1) - 2021-08-19
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## [v2.0.0-beta1](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0-beta1) - 2021-08-19
## [v2.0.0-beta1](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0-beta1) - 2021-08-20


* Add support for on-chain creation of Permanent Locked Accounts (#482, [regen-network/cosmos-sdk#42](http://github.com/regen-network/cosmos-sdk/pull/42)
### General

#### Added

* [#388](https://github.com/regen-network/regen-ledger/pull/388) Add support for rosetta
* [#482](https://github.com/regen-network/regen-ledger/pull/482)
Add support for on-chain creation of Permanent Locked Accounts
([regen-network/cosmos-sdk#42](http://github.com/regen-network/cosmos-sdk/pull/42))
* [#349](https://github.com/regen-network/regen-ledger/pull/349) Add x/feegrant & x/authz from Cosmos SDK v0.43

#### Changed

* [#422](https://github.com/regen-network/regen-ledger/pull/422) remove `Request` suffix in Msgs
* [#322](https://github.com/regen-network/regen-ledger/pull/322) Split regen ledger into multiple go modules
* [#482](https://github.com/regen-network/regen-ledger/pull/482) Upgrade Cosmos SDK to v0.43.0

#### Fixed

* [#386](https://github.com/regen-network/regen-ledger/pull/386) fix IBC proposal registration

### `x/ecocredit`

#### Added
* (genesis) [#389](https://github.com/regen-network/regen-ledger/pull/389) add genesis import and export.
* add support for credit cancelling (#385)
* record retirement locations of ecocredit (#328)
* add dates as top level fields in credit batches (#393)
* add project location as field in credit batches (#394)
* use dec wrapper for decimal operations (#435)
* add credit types to credit class (#424)
* add params for an allowlist of permissioned credit designers (#425)
* add queries to list classes and batches with a class (#451)
* update class ID and batch denomination formats (#392)

* (genesis) [#389](https://github.com/regen-network/regen-ledger/pull/389) add genesis import and export
* [#385](https://github.com/regen-network/regen-ledger/pull/385) add support for credit cancelling
* [#425](https://github.com/regen-network/regen-ledger/pull/425) add params for an allowlist of permissioned credit designers
* [#451](https://github.com/regen-network/regen-ledger/pull/451) add queries to list classes and batches with a class
Comment on lines +36 to +38
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These three are issues rather than pull requests. I think it's ok to link the issue but I just thought I might point that out. You can use /issue/ or /pull/ and the links resolve either way.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think in general we should probably be sticking w/ PRs. Saw that some issues snuck in but I was a bit lazy to check them in detail. Let's try and keep practice of using PRs in changelog moving forward.

* [#183](https://github.com/regen-network/regen-ledger/pull/183) add grpc-gateway support for query routes


#### Changed

* [#375](https://github.com/regen-network/regen-ledger/pull/375) add fixed fee for creating new credit class
* [#392](https://github.com/regen-network/regen-ledger/pull/392) update class ID and batch denomination formats
* [#328](https://github.com/regen-network/regen-ledger/pull/328) record retirement locations of ecocredit
* [#393](https://github.com/regen-network/regen-ledger/pull/393) add dates as top level fields in credit batches
* [#394](https://github.com/regen-network/regen-ledger/pull/394) add project location as field in credit batches
* [#435](https://github.com/regen-network/regen-ledger/pull/435) use dec wrapper for decimal operations
* [#424](https://github.com/regen-network/regen-ledger/pull/424) add credit types to credit class
Comment on lines +45 to +50
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above. These are all issues but no changes required.


### `x/group`

#### Added

* [#330](https://github.com/regen-network/regen-ledger/pull/330) add invariant checks for vote sums
clevinson marked this conversation as resolved.
Show resolved Hide resolved
* [#333](https://github.com/regen-network/regen-ledger/pull/333) try to execute group proposal on submission or on new vote
* [#183](https://github.com/regen-network/regen-ledger/pull/183) add grpc-gateway support for query routes

## [1.0.0] - 2021-04-13

Expand Down