diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a23d9e..c576065f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## [Unreleased] +- Fix False positive for non-decorator use of validator [[#818](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/818)] - Support 2023.3 EAP [[#813](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/813)] ## [0.4.8] - 2023-09-14 diff --git a/gradle.properties b/gradle.properties index f831be0f..4c64310c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.koxudaxi.pydantic pluginName = Pydantic pluginRepositoryUrl = https://github.com/koxudaxi/pydantic-pycharm-plugin # SemVer format -> https://semver.org -pluginVersion = 0.4.8 +pluginVersion = 0.4.9 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 232