Skip to content

Commit

Permalink
Merge pull request #231 from richard0202/upversion-040
Browse files Browse the repository at this point in the history
feat: Prepare version 0.4.0 final
  • Loading branch information
richard0202 committed May 9, 2024
2 parents 698dd44 + d804d3c commit b6d5c87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

## 0.3.0 (Feb 15, 2024)
## 0.4.0 (May 7, 2024)
- Add support for IntelliJ 2024.1
- Update the `Remote-Robot` to version 0.11.22

- ## 0.3.0 (Feb 15, 2024)
- Add support for IntelliJ CE 2023.2
- Added custom test-project location
- Update the `Remote-Robot` to version 0.11.18
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
Add the following dependency:
```
dependencies {
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.3.1-SNAPSHOT'
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.4.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
projectVersion=0.3.1-SNAPSHOT
projectVersion=0.4.0
nexusUser=invalid
nexusPassword=invalid

0 comments on commit b6d5c87

Please sign in to comment.