diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b41b72..1cd8c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## [Unreleased] +## [0.0.2] +### Changed + - Added logo, removed warnings from codebase. + ## [0.0.1] ### Changed - Initial release diff --git a/gradle.properties b/gradle.properties index 05aff22..94662e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = dk.cego.gitlab_ci_local_plugin pluginName = GitlabCiLocal IntelliJ Plugin # SemVer format -> https://semver.org -pluginVersion = 0.0.1 +pluginVersion = 0.0.2 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.