diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c859ac807..085b6f702b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/go.mod b/go.mod index 58c0c31a22..6f6b0d2b20 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 47bc461ab0..046417fc1c 100644 --- a/go.sum +++ b/go.sum @@ -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=