Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 07891ca

Browse files
committed
Set version to 1.1.0.RC1 in documentation
1 parent ebc0244 commit 07891ca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/docs/asciidoc/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For gradle:
109109
[source,groovy]
110110
--------
111111
dependencies {
112-
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.RELEASE"
112+
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.1.0.RC1"
113113
}
114114
--------
115115

@@ -121,7 +121,7 @@ For maven:
121121
<dependency>
122122
<groupId>io.projectreactor.rabbitmq</groupId>
123123
<artifactId>reactor-rabbitmq</artifactId>
124-
<version>1.0.0.RELEASE</version>
124+
<version>1.1.0.RC1</version>
125125
</dependency>
126126
--------
127127

src/docs/asciidoc/new.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
=== What's new in Reactor RabbitMQ 1.1
66

77
* Let user provide `Mono<Channel>` for sending messages
8+
* Add optional channel pooling for sending messages
9+
* Use Reactor 3.2.5.RELEASE
10+
* Use Java client 5.5.2
811

912
=== What's new in Reactor RabbitMQ 1.0
1013

0 commit comments

Comments
 (0)