Skip to content

Commit

Permalink
chore: v5.1.1 release prep (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo authored May 26, 2023
1 parent 51953a9 commit 9b76dab
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).

## [v5.1.1](https://github.com/regen-network/regen-ledger/releases/tag/v5.1.1) - 2023-05-26

### General

#### Changed

- [#1918](https://github.com/regen-network/regen-ledger/pull/1918) Update all modules to ibc-go v5.2.1

## [v5.1.0](https://github.com/regen-network/regen-ledger/releases/tag/v5.1.0) - 2023-03-28

### 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/regen-network/regen-ledger/types/v2 v2.3.0
github.com/regen-network/regen-ledger/x/data/v2 v2.3.0
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.3.0
github.com/regen-network/regen-ledger/x/intertx v1.3.0
github.com/regen-network/regen-ledger/x/intertx v1.3.1
github.com/rs/zerolog v1.29.0
github.com/spf13/cast v1.5.0
github.com/spf13/cobra v1.6.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,8 @@ github.com/regen-network/regen-ledger/x/data/v2 v2.3.0 h1:wW19d1Pic5gfyuezYB48/b
github.com/regen-network/regen-ledger/x/data/v2 v2.3.0/go.mod h1:TJT846ARJ4xQwwLZYyEqDyNfMDbQUN3YY2mI5UqJ/Ms=
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.3.0 h1:hgR5fKgqu1l87ZrKpU0ynt6oFYqBo/SiI8FKCpXla/M=
github.com/regen-network/regen-ledger/x/ecocredit/v3 v3.3.0/go.mod h1:g7C963blS3ciIKhewOwzfM5YKyl3DE8pgqE3AOmHiBg=
github.com/regen-network/regen-ledger/x/intertx v1.3.0 h1:GIOYUB+mXMMCz5MFOZ+rgFWgyA0t4CBaCr0bk1ZEeV0=
github.com/regen-network/regen-ledger/x/intertx v1.3.0/go.mod h1:u1xFDIbTiWwLAxZPRlzu8wqZsW1h4pprxP/mlCqLsv4=
github.com/regen-network/regen-ledger/x/intertx v1.3.1 h1:yjO9nBL+WqQhaJ7b6jErIf2hwoPUQp6YApSda5EKfx0=
github.com/regen-network/regen-ledger/x/intertx v1.3.1/go.mod h1:tvOGx7W1/3aeHULmIyTZNN2f7lpzytd9zoqwV3H4AmU=
github.com/retailnext/hllpp v1.0.1-0.20180308014038-101a6d2f8b52/go.mod h1:RDpi1RftBQPUCDRw6SmxeaREsAaRKnOclghuzp/WRzc=
github.com/rjeczalik/notify v0.9.1/go.mod h1:rKwnCoCGeuQnwBtTSPL9Dad03Vh2n40ePRrjvIXnJho=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
Expand Down

0 comments on commit 9b76dab

Please sign in to comment.