diff --git a/CHANGELOG.md b/CHANGELOG.md index 723ff7c..ab3eaac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # Code Complexity Changelog +## [1.5.0] +- An inspection 'High code complexity' is added. + Now you can run complexity check for the entire project. + ## [1.4.0] - Hint text in editor is now configurable. - Added Chinese translation diff --git a/gradle.properties b/gradle.properties index ebacfd5..f997063 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.nikolaikopernik.codecomplexity pluginName = code-complexity-plugin pluginRepositoryUrl = https://github.com/nikolaikopernik/code-complexity-plugin # SemVer format -> https://semver.org -pluginVersion = 1.4.0 +pluginVersion = 1.5.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233