Skip to content

Commit 18ae7d9

Browse files
committed
release preparations
1 parent e5ec4a6 commit 18ae7d9

File tree

4 files changed

+8
-24
lines changed

4 files changed

+8
-24
lines changed

CHANGELOG.html

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
<h4>1.0.0 (14.01.2019)</h4>
1+
<h4>1.0.1 (19.01.2019)</h4>
22
<hr/>
33
<ul>
4-
<li> [*] File dialog windows for ActiveMQ SSL configuration</li>
5-
</ul>
6-
<h4>0.9.0 (07.09.2018)</h4>
7-
<hr/>
8-
<ul>
9-
<li> [+] SSL configuration for ActiveMQ</li>
10-
</ul>
11-
<h4>0.8.0 (01.09.2018)</h4>
12-
<hr/>
13-
<ul>
14-
<li> [+] RabbitMQ support</li>
15-
</ul>
16-
<h4>0.7.0 (28.08.2018)</h4>
17-
<hr/>
18-
<ul>
19-
<li> [*] Message view and sending panel refactoring</li>
20-
</ul>
21-
<h4>0.6.0 (20.08.2018)</h4>
22-
<hr/>
23-
<ul>
24-
<li> [!] Fix for exception when one of projects gets closed</li>
4+
<li> [!] Fix for deserialization RabbitMQ message in case it isn't sent by java client</li>
255
</ul>

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
* [\*] Improvement
66
* [!] Bug fixing
77

8+
1.0.1 (19.01.2019)
9+
====================
10+
* [!] Fix for deserialization RabbitMQ message in case it isn't sent by java client
11+
812
1.0.0 (14.01.2019)
913
====================
1014
* [\*] File dialog windows for ActiveMQ SSL configuration

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Jms-messenger
22

3-
#### Current version 1.0.0
3+
#### Current version 1.0.1
44

55
#### Repository
66
[https://github.com/klyashko/jms-messenger](https://github.com/klyashko/jms-messenger)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'com.tool.plugins'
6-
version = '1.0.0'
6+
version = '1.0.1'
77

88
apply plugin: 'java'
99

0 commit comments

Comments
 (0)