Skip to content

Commit 60d1680

Browse files
committed
release preparation
1 parent 2156f37 commit 60d1680

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
### Story
22

3-
* [+] Feature
4-
* [-] Deleting functional
5-
* [\*] Improvement
6-
* [!] Bug fixing
7-
3+
* [+] Feature
4+
* [-] Deleting functional
5+
* [\*] Improvement
6+
* [!] Bug fixing
7+
8+
1.6.0 (08.01.2021)
9+
====================
10+
11+
* [+] Feature request: IBM MQ support (issue #13)
12+
813
1.5.0 (04.12.2020)
914
====================
10-
* [\*] Refactoring based on plugin compatibility verification report
11-
* [\*] org.jetbrains.intellij version update to 0.6.4
12-
* [\*] Idea sandbox version upgrade to 2020.2.3
13-
* [\*] Removing host validation (issue #11)
14-
* [!] IntelliJ Crash (issues #9 and #10)
15+
16+
* [\*] Refactoring based on plugin compatibility verification report
17+
* [\*] org.jetbrains.intellij version update to 0.6.4
18+
* [\*] Idea sandbox version upgrade to 2020.2.3
19+
* [\*] Removing host validation (issue #11)
20+
* [!] IntelliJ Crash (issues #9 and #10)
1521

1622
1.4.0 (12.08.2019)
1723
====================

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.5.0
3+
#### Current version 1.6.0
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.5.0'
6+
version = '1.6.0'
77

88
apply plugin: 'java'
99

0 commit comments

Comments
 (0)