From f02f9d1a7e0236be5ea47dbaa91a2b76892784bb Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Tue, 8 Nov 2022 13:16:27 +0100 Subject: [PATCH] post release chores (#2695) Co-authored-by: Carlos Rodriguez --- .../release-v2.5.x/transfer.json | 4 +- .../release-v3.4.x/transfer.json | 4 +- .../release-v4.2.x/incentivized-transfer.json | 4 +- .../release-v4.2.x/transfer.json | 4 +- .../release-v5.0.x/client.json | 4 +- .../release-v5.0.x/connection.json | 4 +- .../release-v5.0.x/incentivized-transfer.json | 4 +- .../release-v5.0.x/transfer.json | 4 +- .../release-v5.1.x/incentivized-transfer.json | 4 +- .../release-v5.1.x/transfer.json | 4 +- .../release-v6.0.x/client.json | 4 +- .../release-v6.0.x/connection.json | 4 +- .../release-v6.0.x/incentivized-transfer.json | 4 +- .../release-v6.0.x/transfer.json | 4 +- .github/workflows/e2e-manual-simd.yaml | 28 +++++---- CHANGELOG.md | 59 +++++++++++++++++++ RELEASES.md | 6 ++ docs/.vuepress/config.js | 12 ++++ docs/versions | 3 + 19 files changed, 125 insertions(+), 39 deletions(-) diff --git a/.github/compatibility-test-matrices/release-v2.5.x/transfer.json b/.github/compatibility-test-matrices/release-v2.5.x/transfer.json index b27928d4979..ca7b85aa605 100644 --- a/.github/compatibility-test-matrices/release-v2.5.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v2.5.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v2.5.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], - "chain-b": ["release-v2.5.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-a": ["release-v2.5.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], + "chain-b": ["release-v2.5.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/compatibility-test-matrices/release-v3.4.x/transfer.json b/.github/compatibility-test-matrices/release-v3.4.x/transfer.json index 24df89f60ed..c2d7e9b570e 100644 --- a/.github/compatibility-test-matrices/release-v3.4.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v3.4.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v3.4.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], - "chain-b": ["release-v3.4.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-a": ["release-v3.4.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], + "chain-b": ["release-v3.4.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json b/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json index 5cf6fbf5409..1ff38886bfd 100644 --- a/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json +++ b/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v4.2.x", "v5.0.1", "v4.1.0"], - "chain-b": ["release-v4.2.x", "v5.0.1", "v4.1.0"], + "chain-a": ["release-v4.2.x", "v5.0.1", "v4.1.1"], + "chain-b": ["release-v4.2.x", "v5.0.1", "v4.1.1"], "entrypoint": ["TestIncentivizedTransferTestSuite"], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", diff --git a/.github/compatibility-test-matrices/release-v4.2.x/transfer.json b/.github/compatibility-test-matrices/release-v4.2.x/transfer.json index ff060a1e7ff..778dafd3dd7 100644 --- a/.github/compatibility-test-matrices/release-v4.2.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v4.2.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v4.2.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], - "chain-b": ["release-v4.2.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-a": ["release-v4.2.x", "v5.0.1", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], + "chain-b": ["release-v4.2.x", "v5.0.1", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/compatibility-test-matrices/release-v5.0.x/client.json b/.github/compatibility-test-matrices/release-v5.0.x/client.json index b79780d34c6..9496ae8afa9 100644 --- a/.github/compatibility-test-matrices/release-v5.0.x/client.json +++ b/.github/compatibility-test-matrices/release-v5.0.x/client.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"], - "chain-b": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-a": ["release-v5.0.x", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], + "chain-b": ["release-v5.0.x", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], "entrypoint": ["TestClientTestSuite"], "test": [ "TestClientUpdateProposal_Succeeds" diff --git a/.github/compatibility-test-matrices/release-v5.0.x/connection.json b/.github/compatibility-test-matrices/release-v5.0.x/connection.json index 0a72cf240c3..7ffb850b74e 100644 --- a/.github/compatibility-test-matrices/release-v5.0.x/connection.json +++ b/.github/compatibility-test-matrices/release-v5.0.x/connection.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"], - "chain-b": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-a": ["release-v5.0.x", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], + "chain-b": ["release-v5.0.x", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], "entrypoint": ["TestConnectionTestSuite"], "test": [ "TestMaxExpectedTimePerBlockParam" diff --git a/.github/compatibility-test-matrices/release-v5.0.x/incentivized-transfer.json b/.github/compatibility-test-matrices/release-v5.0.x/incentivized-transfer.json index f179a1683b2..47537483ce4 100644 --- a/.github/compatibility-test-matrices/release-v5.0.x/incentivized-transfer.json +++ b/.github/compatibility-test-matrices/release-v5.0.x/incentivized-transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v5.0.x", "v4.1.0"], - "chain-b": ["release-v5.0.x", "v4.1.0"], + "chain-a": ["release-v5.0.x", "v4.2.0", "v4.1.1"], + "chain-b": ["release-v5.0.x", "v4.2.0", "v4.1.1"], "entrypoint": ["TestIncentivizedTransferTestSuite"], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", diff --git a/.github/compatibility-test-matrices/release-v5.0.x/transfer.json b/.github/compatibility-test-matrices/release-v5.0.x/transfer.json index 95bf66668f6..5a049313b9f 100644 --- a/.github/compatibility-test-matrices/release-v5.0.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v5.0.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"], - "chain-b": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-a": ["release-v5.0.x", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], + "chain-b": ["release-v5.0.x", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json b/.github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json index 102c1a8adc2..edf28f844de 100644 --- a/.github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json +++ b/.github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v5.1.x", "v5.0.1", "v4.1.1"], - "chain-b": ["release-v5.1.x", "v5.0.1", "v4.1.1"], + "chain-a": ["release-v5.1.x", "v5.0.1", "v4.2.0", "v4.1.1"], + "chain-b": ["release-v5.1.x", "v5.0.1", "v4.2.0", "v4.1.1"], "entrypoint": ["TestIncentivizedTransferTestSuite"], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", diff --git a/.github/compatibility-test-matrices/release-v5.1.x/transfer.json b/.github/compatibility-test-matrices/release-v5.1.x/transfer.json index 064b8ce7a00..07c13aa8096 100644 --- a/.github/compatibility-test-matrices/release-v5.1.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v5.1.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v5.1.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], - "chain-b": ["release-v5.1.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-a": ["release-v5.1.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], + "chain-b": ["release-v5.1.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/compatibility-test-matrices/release-v6.0.x/client.json b/.github/compatibility-test-matrices/release-v6.0.x/client.json index 17605ff3c09..968ebaccf7d 100644 --- a/.github/compatibility-test-matrices/release-v6.0.x/client.json +++ b/.github/compatibility-test-matrices/release-v6.0.x/client.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], - "chain-b": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-a": ["release-v6.0.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], + "chain-b": ["release-v6.0.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], "entrypoint": ["TestClientTestSuite"], "test": [ "TestClientUpdateProposal_Succeeds" diff --git a/.github/compatibility-test-matrices/release-v6.0.x/connection.json b/.github/compatibility-test-matrices/release-v6.0.x/connection.json index 09672145abd..401726371e7 100644 --- a/.github/compatibility-test-matrices/release-v6.0.x/connection.json +++ b/.github/compatibility-test-matrices/release-v6.0.x/connection.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], - "chain-b": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-a": ["release-v6.0.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], + "chain-b": ["release-v6.0.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], "entrypoint": ["TestConnectionTestSuite"], "test": [ "TestMaxExpectedTimePerBlockParam" diff --git a/.github/compatibility-test-matrices/release-v6.0.x/incentivized-transfer.json b/.github/compatibility-test-matrices/release-v6.0.x/incentivized-transfer.json index beb4d67c0b6..be40df6807b 100644 --- a/.github/compatibility-test-matrices/release-v6.0.x/incentivized-transfer.json +++ b/.github/compatibility-test-matrices/release-v6.0.x/incentivized-transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v6.0.x", "v5.0.0", "v4.1.0"], - "chain-b": ["release-v6.0.x", "v5.0.0", "v4.1.0"], + "chain-a": ["release-v6.0.x", "v5.0.1", "v4.2.0", "v4.1.1"], + "chain-b": ["release-v6.0.x", "v5.0.1", "v4.2.0", "v4.1.1"], "entrypoint": ["TestIncentivizedTransferTestSuite"], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", diff --git a/.github/compatibility-test-matrices/release-v6.0.x/transfer.json b/.github/compatibility-test-matrices/release-v6.0.x/transfer.json index 067f1bf3709..44c710257ce 100644 --- a/.github/compatibility-test-matrices/release-v6.0.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v6.0.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], - "chain-b": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-a": ["release-v6.0.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], + "chain-b": ["release-v6.0.x", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/workflows/e2e-manual-simd.yaml b/.github/workflows/e2e-manual-simd.yaml index fee681d3377..8f6eb84b79d 100644 --- a/.github/workflows/e2e-manual-simd.yaml +++ b/.github/workflows/e2e-manual-simd.yaml @@ -28,23 +28,29 @@ on: default: main options: - main - - v4.0.0 - - v3.0.0 - - v2.2.0 - - v2.1.0 - - v2.0.0 + - v6.0.0-beta1 + - v5.0.1 + - v4.2.0 + - v4.1.1 + - v3.4.0 + - v3.3.1 + - v2.5.0 + - v2.4.2 chain-b-tag: - default: v4.0.0-rc3 + default: v6.0.0-beta1 description: 'The tag to use for chain B' required: true type: choice options: - main - - v4.0.0 - - v3.0.0 - - v2.2.0 - - v2.1.0 - - v2.0.0 + - v6.0.0-beta1 + - v5.0.1 + - v4.2.0 + - v4.1.1 + - v3.4.0 + - v3.3.1 + - v2.5.0 + - v2.4.2 relayer-tag: description: 'The tag to use for the relayer' required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 6762c22598f..fca244e6df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -162,6 +162,26 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (makefile) [\#1785](https://github.com/cosmos/ibc-go/pull/1785) Fetch the correct versions of protocol buffers dependencies from tendermint, cosmos-sdk, and ics23. * (modules/core/04-channel)[\#1919](https://github.com/cosmos/ibc-go/pull/1919) Fixed formatting of sequence for packet "acknowledgement written" logs. +## [v4.2.0](https://github.com/cosmos/ibc-go/releases/tag/v4.2.0) - 2022-11-07 + +### Dependencies + +* [\#2588](https://github.com/cosmos/ibc-go/pull/2588) Bump SDK version to v0.45.10 and Tendermint to v0.34.22. + +### State Machine Breaking + +* (apps/transfer) [\#2651](https://github.com/cosmos/ibc-go/pull/2651) Introduce `mustProtoMarshalJSON` for ics20 packet data marshalling which will skip emission (marshalling) of the memo field if unpopulated (empty). +* (27-interchain-accounts) [\#2580](https://github.com/cosmos/ibc-go/issues/2580) Removing port prefix requirement from the ICA host channel handshake +* (transfer) [\#2377](https://github.com/cosmos/ibc-go/pull/2377) Adding `sequence` to `MsgTransferResponse`. + +### Features + +* (apps/transfer) [\#2595](https://github.com/cosmos/ibc-go/pull/2595) Adding optional memo field to `FungibleTokenPacketData` and `MsgTransfer`. + +### Bug Fixes + +* (apps/transfer) [\#2672](https://github.com/cosmos/ibc-go/pull/2672) Check `x/bank` send enabled. + ## [v4.1.1](https://github.com/cosmos/ibc-go/releases/tag/v4.1.1) - 2022-10-27 ### Dependencies @@ -245,6 +265,26 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (apps/29-fee) [\#1278](https://github.com/cosmos/ibc-go/pull/1278) The URI path for the query to get all incentivized packets for a specific channel did not follow the same format as the rest of queries. * (modules/core/04-channel)[\#1919](https://github.com/cosmos/ibc-go/pull/1919) Fixed formatting of sequence for packet "acknowledgement written" logs. +## [v3.4.0](https://github.com/cosmos/ibc-go/releases/tag/v3.4.0) - 2022-11-07 + +### Dependencies + +* [\#2589](https://github.com/cosmos/ibc-go/pull/2589) Bump SDK version to v0.45.10 and Tendermint to v0.34.22. + +### State Machine Breaking + +* (apps/transfer) [\#2651](https://github.com/cosmos/ibc-go/pull/2651) Introduce `mustProtoMarshalJSON` for ics20 packet data marshalling which will skip emission (marshalling) of the memo field if unpopulated (empty). +* (27-interchain-accounts) [\#2580](https://github.com/cosmos/ibc-go/issues/2580) Removing port prefix requirement from the ICA host channel handshake +* (transfer) [\#2377](https://github.com/cosmos/ibc-go/pull/2377) Adding `sequence` to `MsgTransferResponse`. + +### Features + +* (apps/transfer) [\#2595](https://github.com/cosmos/ibc-go/pull/2595) Adding optional memo field to `FungibleTokenPacketData` and `MsgTransfer`. + +### Bug Fixes + +* (apps/transfer) [\#2672](https://github.com/cosmos/ibc-go/pull/2672) Check `x/bank` send enabled. + ## [v3.3.1](https://github.com/cosmos/ibc-go/releases/tag/v3.3.1) - 2022-10-27 ### Dependencies @@ -419,6 +459,25 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (client) [\#941](https://github.com/cosmos/ibc-go/pull/941) Classify client states without consensus states as expired * (channel) [\#995](https://github.com/cosmos/ibc-go/pull/995) Call `packet.GetSequence()` rather than passing func in `AcknowledgePacket` log output +## [v2.5.0](https://github.com/cosmos/ibc-go/releases/tag/v2.5.0) - 2022-11-07 + +### Dependencies + +* [\#2578](https://github.com/cosmos/ibc-go/pull/2578) Bump SDK version to v0.45.10 and Tendermint to v0.34.22. + +### State Machine Breaking + +* (apps/transfer) [\#2651](https://github.com/cosmos/ibc-go/pull/2651) Introduce `mustProtoMarshalJSON` for ics20 packet data marshalling which will skip emission (marshalling) of the memo field if unpopulated (empty). +* (transfer) [\#2377](https://github.com/cosmos/ibc-go/pull/2377) Adding `sequence` to `MsgTransferResponse`. + +### Features + +* (apps/transfer) [\#2595](https://github.com/cosmos/ibc-go/pull/2595) Adding optional memo field to `FungibleTokenPacketData` and `MsgTransfer`. + +### Bug Fixes + +* (apps/transfer) [\#2672](https://github.com/cosmos/ibc-go/pull/2672) Check `x/bank` send enabled. + ## [v2.4.2](https://github.com/cosmos/ibc-go/releases/tag/v2.4.2) - 2022-10-27 ### Dependencies diff --git a/RELEASES.md b/RELEASES.md index 96b0a743285..095d0eeced0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -66,8 +66,11 @@ Only the following major release series have a stable release status: |Release|End of Life Date| |-------|----------------| |`v2.4.x`|February 01, 2023| +|`v2.5.x`|February 01, 2023| |`v3.3.x`|March 15, 2023| +|`v3.4.x`|March 15, 2023| |`v4.1.x`|August 12, 2023| +|`v4.2.x`|August 12, 2023| |`v5.0.x`|September 28, 2023| All missing minor release versions have been discontinued. @@ -100,8 +103,11 @@ Versions of Golang, Cosmos SDK and Tendermint used by ibc-go in the currently ac | Go | ibc-go | Cosmos SDK | Tendermint | |----|--------|------------|------------| | 1.18 | v2.4.2 | v0.45.10 | v0.34.22 | +| 1.18 | v2.5.0 | v0.45.10 | v0.34.22 | | 1.18 | v3.3.1 | v0.45.10 | v0.34.22 | +| 1.18 | v3.4.0 | v0.45.10 | v0.34.22 | | 1.18 | v4.1.1 | v0.45.10 | v0.34.22 | +| 1.18 | v4.2.0 | v0.45.10 | v0.34.22 | | 1.18 | v5.0.1 | v0.46.3 | v0.34.22 | ## Graphics diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 321c61add5d..43bf0e405c2 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -104,6 +104,10 @@ module.exports = { label: "v2.4.0", key: "v2.4.0", }, + { + label: "v2.5.0", + key: "v2.5.0", + }, { label: "v3.0.0", key: "v3.0.0", @@ -120,6 +124,10 @@ module.exports = { label: "v3.3.0", key: "v3.3.0", }, + { + label: "v3.4.0", + key: "v3.4.0", + }, { label: "v4.0.0", key: "v4.0.0", @@ -128,6 +136,10 @@ module.exports = { label: "v4.1.0", key: "v4.1.0", }, + { + label: "v4.2.0", + key: "v4.2.0", + }, { label: "v5.0.0", key: "v5.0.0", diff --git a/docs/versions b/docs/versions index 154dd23cd5f..3560a73c44e 100644 --- a/docs/versions +++ b/docs/versions @@ -1,10 +1,13 @@ release/v5.0.x v5.0.0 +release/v4.2.x v4.2.0 release/v4.1.x v4.1.0 release/v4.0.x v4.0.0 +release/v3.4.x v3.4.0 release/v3.3.x v3.3.0 release/v3.2.x v3.2.0 release/v3.1.x v3.1.0 release/v3.0.x v3.0.0 +release/v2.5.x v2.5.0 release/v2.4.x v2.4.0 release/v2.3.x v2.3.0 release/v2.2.x v2.2.0