Skip to content

Commit d559123

Browse files
authored
Prepare and release version 0.0.9 final (#116)
Fixes #115 Signed-off-by: Zbynek Cervinka <[email protected]>
1 parent 1c146b2 commit d559123

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.0.9 (May 10, 2022)
4+
- Add support for IntelliJ IDEA Ultimate (2020.2, 2020.3, 2021.1, 2021.2)
5+
- Add support for the following IntelliJ IDEA versions:
6+
- IntelliJ IDEA 2021.1 (Community Edition)
7+
- IntelliJ IDEA 2021.2 (Community Edition)
8+
- IntelliJ IDEA 2021.3 (Community Edition)
9+
310
## 0.0.8 (Mar 7, 2022)
411
- Fix `java.net.ConnectException when closing IntelliJ IDEA` issue
512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
Add the following dependency:
3333
```
3434
dependencies {
35-
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.9-SNAPSHOT'
35+
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.9'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
projectVersion=0.0.9-SNAPSHOT
1+
projectVersion=0.0.9
22
nexusUser=invalid
33
nexusPassword=invalid

0 commit comments

Comments
 (0)