Skip to content

Commit 7a34f6c

Browse files
chore: update releases.md and docs website (#1998)
Co-authored-by: Carlos Rodriguez <[email protected]>
1 parent e0fa70c commit 7a34f6c

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,11 @@ Only the following major release series have a stable release status:
7171
|`v2.1.x`|February 01, 2023|
7272
|`v2.2.x`|February 01, 2023|
7373
|`v2.3.x`|February 01, 2023|
74+
|`v2.4.x`|February 01, 2023|
7475
|`v3.0.x`|March 15, 2023|
7576
|`v3.1.x`|March 15, 2023|
77+
|`v3.2.x`|March 15, 2023|
78+
|`v4.0.x`|August 12, 2023|
7679

7780
**Note**: The v1 major release series will reach end of life 6 months after merging this policy. v2 will reach end of life one year after merging this policy.
7881

@@ -111,11 +114,14 @@ Versions of Golang, Cosmos SDK and Tendermint used by ibc-go in the currently ac
111114
| 1.15 | v2.2.2 | v0.45.1 | v0.34.14 |
112115
| 1.17 | v2.3.0 | v0.45.4 | v0.34.19 |
113116
| 1.17 | v2.3.1 | v0.45.5 | v0.34.19 |
117+
| 1.18 | v2.4.0 | v0.45.7 | v0.34.20 |
114118
| 1.17 | v3.0.0 | v0.45.1 | v0.34.14 |
115119
| 1.17 | v3.0.1 | v0.45.4 | v0.34.19 |
116120
| 1.17 | v3.0.2 | v0.45.4 | v0.34.19 |
117121
| 1.17 | v3.1.0 | v0.45.4 | v0.34.19 |
118122
| 1.17 | v3.1.1 | v0.45.5 | v0.34.19 |
123+
| 1.18 | v3.2.0 | v0.45.7 | v0.34.20 |
124+
| 1.18 | v4.0.0 | v0.45.7 | v0.34.20 |
119125

120126
## Graphics
121127

docs/.vuepress/config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ module.exports = {
100100
label: "v2.3.0",
101101
key: "v2.3.0",
102102
},
103+
{
104+
label: "v2.4.0",
105+
key: "v2.4.0",
106+
},
103107
{
104108
label: "v3.0.0",
105109
key: "v3.0.0",
@@ -108,6 +112,14 @@ module.exports = {
108112
label: "v3.1.0",
109113
key: "v3.1.0",
110114
},
115+
{
116+
label: "v3.2.0",
117+
key: "v3.2.0",
118+
},
119+
{
120+
label: "v4.0.0",
121+
key: "v4.0.0",
122+
},
111123
],
112124
topbar: {
113125
banner: true,

docs/versions

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
release/v4.0.x v4.0.0
2+
release/v3.2.x v3.2.0
13
release/v3.1.x v3.1.0
24
release/v3.0.x v3.0.0
5+
release/v2.4.x v2.4.0
36
release/v2.3.x v2.3.0
47
release/v2.2.x v2.2.0
58
release/v2.1.x v2.1.0

0 commit comments

Comments
 (0)