From c68db50483d6d442ab56b7365f9b16ca34fe2908 Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 31 Jul 2024 17:08:08 +0200 Subject: [PATCH] chore: update master (#978) --- README.md | 1 + go.mod | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c7b9c4eb..6291e1bd5 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,6 @@ In Ethereum, the analog is [Patricia tries](http://en.wikipedia.org/wiki/Radix_t | [v1.0.3](https://github.com/cosmos/iavl/tree/release/v1.x.x) | [`cosmos-db`](https://github.com/cosmos/cosmos-db) | v0.50.0-5 | | [v1.1.2,4](https://github.com/cosmos/iavl/tree/release/v1.x.x) | [`iavl-db`](https://github.com/cosmos/iavl) | v0.50.6 | | [v1.2.x](https://github.com/cosmos/iavl/tree/release/v1.x.x) | [`iavl-db`](https://github.com/cosmos/iavl) | v0.50.7+ | +| [v1.3.0](https://github.com/cosmos/iavl/tree/release/v1.x.x) | [`iavl-db`](https://github.com/cosmos/iavl) | cosmossdk.io/store/v2 | NOTE: In the past, a v0.21.x release was published, but never used in production. It was retracted to avoid confusion. diff --git a/go.mod b/go.mod index 13529117f..032836f04 100644 --- a/go.mod +++ b/go.mod @@ -28,9 +28,8 @@ require ( ) retract ( - v1.1.3 - [v1.1.0, v1.1.1] - [v1.0.0, v1.0.2] + [v1.1.0, v1.1.3] + [v1.0.0, v1.0.3] // This version is not used by the Cosmos SDK and adds a maintenance burden. // Use v1.x.x instead. [v0.21.0, v0.21.2]