Skip to content

Commit c9da69b

Browse files
4.1.1 is out
1 parent f6adaac commit c9da69b

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
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.1.1</li>
6061
<li>4.1.0</li>
6162
<li>4.0.9</li>
6263
<li>4.0.8</li>

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.1': {
5353
releases: [
54+
{version: '4.1.1', release_date: "2025-06-04", },
5455
{
5556
version: '4.1.0',
5657
release_date: "2025-04-15",
@@ -335,7 +336,7 @@ const config = {
335336
},
336337
announcementBar: {
337338
id: 'latest-announcement',
338-
content: '<strong style="font-size: var(--ifm-h4-font-size);"><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.1.0">RabbitMQ 4.1.0 is out</a></strong>',
339+
content: '<strong style="font-size: var(--ifm-h4-font-size);"><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.1.1">RabbitMQ 4.1.1 is out</a></strong>',
339340
backgroundColor: 'var(--ifm-color-primary-contrast-background)',
340341
textColor: 'var(--ifm-font-color-base)',
341342
isCloseable: true,

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Home() {
2424
</div>
2525
<div class={styles.heroCta}>
2626
<Link className="button button--primary" to="/tutorials">Getting Started</Link>
27-
<Link className={styles.release_notes_link} to="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.1.0">RabbitMQ 4.1.0</Link>
27+
<Link className={styles.release_notes_link} to="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.1.1">RabbitMQ 4.1.1</Link>
2828
</div>
2929
</div>
3030
</div>

versioned_docs/version-4.1/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.1.1</li>
6061
<li>4.1.0</li>
6162
<li>4.0.9</li>
6263
<li>4.0.8</li>

0 commit comments

Comments
 (0)