We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad952c commit 662fac7Copy full SHA for 662fac7
RELEASENOTES.md
@@ -1,6 +1,9 @@
1
# MATLAB Interface *for RabbitMQ-MATLAB Production Server Messaging Client®*
2
# Release Notes
3
4
+## Release 0.1.1 (22nd Apr 2020)
5
+* Minor fixes
6
+
7
## Release 0.1.0 (December 2019)
8
* Initial release supporting RabbitMQ
9
Software/Java/RabbitMQClient/src/main/java/com/mathworks/utilities/DisplayHelper.java
@@ -48,7 +48,7 @@ public static void displayBanner() {
48
}
49
50
public static void displayHeader() {
51
- LOG.info("Lumada to MATLAB Production Server Connector");
+ LOG.info("RabbitMQ to MATLAB Production Server Connector");
52
LOG.info("(c) 2018 MathWorks, Inc.");
53
54
0 commit comments