Skip to content

Commit

Permalink
chore: Bump ecocredit to v2.2.0, update changelog for v4.1 (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
clevinson authored Sep 29, 2022
1 parent 7bae013 commit a760065
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [v4.1.0](https://github.com/regen-network/regen-ledger/releases/tag/v4.1.0) - 2022-09-29

### General

#### Consensus Breaking

- [#1501](https://github.com/regen-network/regen-ledger/pull/1501) Fix sending correct validator updates to Tendermint

### x/ecocredit

#### State Machine Breaking

- [#1483](https://github.com/regen-network/regen-ledger/pull/1483) Fix amino codec registration for all ecocredit msgs
- [#1483](https://github.com/regen-network/regen-ledger/pull/1483), [#1502](https://github.com/regen-network/regen-ledger/pull/1502) Fix amino codec registration for all ecocredit msgs

## [v4.0.1](https://github.com/regen-network/regen-ledger/releases/tag/v4.0.1) - 2022-08-30

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/rakyll/statik v0.1.7
github.com/regen-network/regen-ledger/types v1.1.0
github.com/regen-network/regen-ledger/x/data v1.0.0
github.com/regen-network/regen-ledger/x/ecocredit/v2 v2.1.0
github.com/regen-network/regen-ledger/x/ecocredit/v2 v2.2.0
github.com/regen-network/regen-ledger/x/group v1.0.0-beta2
github.com/rs/zerolog v1.26.0
github.com/spf13/cast v1.4.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@ github.com/regen-network/regen-ledger/types v1.1.0 h1:XX8sYa67sY2WwFrXD57l6VmRyv
github.com/regen-network/regen-ledger/types v1.1.0/go.mod h1:4NYeSyzbXnSwKzvm+SduwRh0P/GpLjlUx1lt9DdKGA4=
github.com/regen-network/regen-ledger/x/data v1.0.0 h1:BD2TIDnYxg8pFToXreFCnYYBPh1vcIjl9dkDA+dJ2+o=
github.com/regen-network/regen-ledger/x/data v1.0.0/go.mod h1:VeYgHuJMauiTTyG3Ds/BEsIDHk7tCcEctWZPgufHmWc=
github.com/regen-network/regen-ledger/x/ecocredit/v2 v2.1.0 h1:L98Zcf0pI8pf7b3MlIW/LLZIhOduOP0FqGaXiGfB+Uw=
github.com/regen-network/regen-ledger/x/ecocredit/v2 v2.1.0/go.mod h1:vjR5wrsQtdWsWHOJgJJHLX+EnoZvuFqrIaZztIntJGY=
github.com/regen-network/regen-ledger/x/ecocredit/v2 v2.2.0 h1:PbiE1YbZqEVDqYaHb0XwgiVCz2snWWUW/zHbrLqXS3c=
github.com/regen-network/regen-ledger/x/ecocredit/v2 v2.2.0/go.mod h1:vjR5wrsQtdWsWHOJgJJHLX+EnoZvuFqrIaZztIntJGY=
github.com/regen-network/regen-ledger/x/group v1.0.0-beta2 h1:GIJCbR7XbVqh6q/NEppzBF+U8S7xQLGAI/PQAKOzcmg=
github.com/regen-network/regen-ledger/x/group v1.0.0-beta2/go.mod h1:Q6Q3OGDMSLMjHWeLr7ZrE1z/B+EgNiF5HeZO8NNhKMk=
github.com/rjeczalik/notify v0.9.1/go.mod h1:rKwnCoCGeuQnwBtTSPL9Dad03Vh2n40ePRrjvIXnJho=
Expand Down

0 comments on commit a760065

Please sign in to comment.