Skip to content

Commit

Permalink
chore(x/ecocredit): bump ecocredit version to v2.3.0 (#1509)
Browse files Browse the repository at this point in the history
* chore(x/ecocredit): bump ecocredit version to v2.3.0

* update changelog
  • Loading branch information
clevinson authored Sep 30, 2022
1 parent 62391a6 commit 5dc0dd2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.1.2](https://github.com/regen-network/regen-ledger/releases/tag/v4.1.2) - 2022-09-29

### General

#### Fix

- [#1509](https://github.com/regen-network/regen-ledger/pull/1509) Bump app.go to correct ecocredit version (v2.3.0)

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

### General
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.2.0
github.com/regen-network/regen-ledger/x/ecocredit/v2 v2.3.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.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/ecocredit/v2 v2.3.0 h1:XvCLW78IiVqf2//R0OlMM87rwt+CWpG1lpbv0tWBBYU=
github.com/regen-network/regen-ledger/x/ecocredit/v2 v2.3.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 5dc0dd2

Please sign in to comment.