Skip to content

Commit b6d5c87

Browse files
Merge pull request #231 from richard0202/upversion-040
feat: Prepare version 0.4.0 final
2 parents 698dd44 + d804d3c commit b6d5c87

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
## 0.3.0 (Feb 15, 2024)
3+
## 0.4.0 (May 7, 2024)
4+
- Add support for IntelliJ 2024.1
5+
- Update the `Remote-Robot` to version 0.11.22
6+
7+
- ## 0.3.0 (Feb 15, 2024)
48
- Add support for IntelliJ CE 2023.2
59
- Added custom test-project location
610
- Update the `Remote-Robot` to version 0.11.18

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

0 commit comments

Comments
 (0)