diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b71881..e2a411c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.1.0 (Jun 24, 2022) + - Add DCO documentation + - Add support for IntelliJ IDEA 2022.1 + ## 0.0.9 (May 10, 2022) - Add support for IntelliJ IDEA Ultimate (2020.2, 2020.3, 2021.1, 2021.2) - Add support for the following IntelliJ IDEA versions: diff --git a/README.md b/README.md index 4493be1e..55f49a92 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ repositories { Add the following dependency: ``` dependencies { - compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.1.0-SNAPSHOT' + compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.1.0' } ``` diff --git a/gradle.properties b/gradle.properties index 424208fa..59015bf7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -projectVersion=0.1.0-SNAPSHOT +projectVersion=0.1.0 nexusUser=invalid nexusPassword=invalid