Skip to content

Commit 875de6b

Browse files
authored
Prepare version 0.2.0 final (#147)
Fixes #146 Signed-off-by: Zbynek Cervinka <zcervink@redhat.com>
1 parent 1984371 commit 875de6b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## 0.2.0 (Aug 4, 2022)
4+
- Add support for IntelliJ CE 2022.2
5+
36
## 0.1.1 (Aug 2, 2022)
47
- Update the `Remote-Robot` to version 0.11.15
58
- Issues fixed:

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.2.0-SNAPSHOT'
35+
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.2.0'
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.2.0-SNAPSHOT
1+
projectVersion=0.2.0
22
nexusUser=invalid
33
nexusPassword=invalid

0 commit comments

Comments
 (0)