Skip to content

Commit

Permalink
chore: update changelog and bump ecocredit version (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo authored Aug 30, 2022
1 parent 2c9d9a6 commit 8b504b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

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

### x/ecocredit

Expand Down
4 changes: 1 addition & 3 deletions 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.0.0
github.com/regen-network/regen-ledger/x/ecocredit/v2 v2.1.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 Expand Up @@ -152,8 +152,6 @@ replace github.com/cosmos/cosmos-sdk => github.com/regen-network/cosmos-sdk v0.4

replace github.com/tendermint/tendermint => github.com/tendermint/tendermint v0.34.14

replace github.com/regen-network/regen-ledger/x/ecocredit/v2 => ./x/ecocredit

// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
replace github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
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.0.0 h1:r6HNNQ6zI7za17Ch1vf2+I27MnCwfZyFFlPe/z9++sg=
github.com/regen-network/regen-ledger/x/ecocredit/v2 v2.0.0/go.mod h1:vjR5wrsQtdWsWHOJgJJHLX+EnoZvuFqrIaZztIntJGY=
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/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 8b504b1

Please sign in to comment.