File tree Expand file tree Collapse file tree 4 files changed +8
-24
lines changed Expand file tree Collapse file tree 4 files changed +8
-24
lines changed Original file line number Diff line number Diff line change 1
- < h4 > 1.0.0 (14 .01.2019)</ h4 >
1
+ < h4 > 1.0.1 (19 .01.2019)</ h4 >
2
2
< hr />
3
3
< 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 >
25
5
</ ul >
Original file line number Diff line number Diff line change 5
5
* [ \* ] Improvement
6
6
* [ !] Bug fixing
7
7
8
+ 1.0.1 (19.01.2019)
9
+ ====================
10
+ * [ !] Fix for deserialization RabbitMQ message in case it isn't sent by java client
11
+
8
12
1.0.0 (14.01.2019)
9
13
====================
10
14
* [ \* ] File dialog windows for ActiveMQ SSL configuration
Original file line number Diff line number Diff line change 1
1
### Jms-messenger
2
2
3
- #### Current version 1.0.0
3
+ #### Current version 1.0.1
4
4
5
5
#### Repository
6
6
[ https://github.com/klyashko/jms-messenger ] ( https://github.com/klyashko/jms-messenger )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
group = ' com.tool.plugins'
6
- version = ' 1.0.0 '
6
+ version = ' 1.0.1 '
7
7
8
8
apply plugin : ' java'
9
9
You can’t perform that action at this time.
0 commit comments