diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b052b..8ed4cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## [Unreleased] +## [0.4.0] + +### Changes + +- Added an option to choose between popup or dialog for image viewing + ## [0.3.2] ### Fixed diff --git a/gradle.properties b/gradle.properties index c9a218f..6d23db5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.srwi.pixellens pluginName = PixelLens pluginRepositoryUrl = https://github.com/srwi/PyCharm-PixelLens # SemVer format -> https://semver.org -pluginVersion = 0.3.2 +pluginVersion = 0.4.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233