Skip to content

Commit 8953389

Browse files
RabbitMQ 4.0.6 is out
1 parent 3614576 commit 8953389

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

docs/which-erlang.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ For RabbitMQ releases that have reached end of life, see [Unsupported Series Com
5757
<tr>
5858
<td>
5959
<ul>
60+
<li>4.0.6</li>
6061
<li>4.0.5</li>
6162
<li>4.0.4</li>
6263
</ul>

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const config = {
5151
},
5252
'4.0': {
5353
releases: [
54+
{version: '4.0.6', release_date: "2025-02-11", },
5455
{version: '4.0.5', release_date: "2024-12-15", },
5556
{version: '4.0.4', release_date: "2024-11-21", },
5657
{version: '4.0.3', release_date: "2024-10-28", },
@@ -307,7 +308,7 @@ const config = {
307308
},
308309
announcementBar: {
309310
id: 'latest-announcement',
310-
content: '<strong style="font-size: var(--ifm-h4-font-size);"><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.0.5">RabbitMQ 4.0.5 is out</a></strong>',
311+
content: '<strong style="font-size: var(--ifm-h4-font-size);"><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.0.6">RabbitMQ 4.0.6 is out</a></strong>',
311312
backgroundColor: 'var(--ifm-color-primary-contrast-background)',
312313
textColor: 'var(--ifm-font-color-base)',
313314
isCloseable: true,

versioned_docs/version-3.13/which-erlang.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ For RabbitMQ releases that have reached end of life, see [Unsupported Series Com
5757
<tr>
5858
<td>
5959
<ul>
60+
<li><a href="https://www.rabbitmq.com/blog/2025/02/07/rabbitmq-3.13.8-is-released">3.13.8</a></li>
6061
<li>3.13.7</li>
6162
<li>3.13.6</li>
6263
<li>3.13.5</li>

versioned_docs/version-4.0/which-erlang.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ For RabbitMQ releases that have reached end of life, see [Unsupported Series Com
5757
<tr>
5858
<td>
5959
<ul>
60+
<li>4.0.6</li>
6061
<li>4.0.5</li>
6162
<li>4.0.4</li>
6263
</ul>

0 commit comments

Comments
 (0)