diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d7b35..f2ad792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 1.1.9 - 31.07.2025 + +- Fix `UninitializedPropertyAccessException` in some cases + ## 1.1.8 - 01.03.2024 - Adapt code for PhpStorm 2024.3 diff --git a/gradle.properties b/gradle.properties index 22b4912..b25d545 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginName = modulite pluginRepositoryUrl = https://github.com/VKCOM/modulite # SemVer format -> https://semver.org -pluginVersion = 1.1.8 +pluginVersion = 1.1.9 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 243