Skip to content

Commit 851d606

Browse files
authored
Prepare version 0.1.1 final (#143)
Fixes #142 Signed-off-by: Zbynek Cervinka <[email protected]>
1 parent ead568a commit 851d606

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.1.1 (Aug 2, 2022)
4+
- Update the `Remote-Robot` to version 0.11.15
5+
- Issues fixed:
6+
- Typo in `utils.constan(t)s`
7+
- Not working `Sonar analysis` in PRs
8+
- The `TimeoutException` while working with the gradle tasks tree (JTreeFixture) on OS X
9+
310
## 0.1.0 (Jun 24, 2022)
411
- Add DCO documentation
512
- Add support for IntelliJ IDEA 2022.1

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

0 commit comments

Comments
 (0)