diff --git a/CHANGELOG.md b/CHANGELOG.md index 957ff24..6402896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ ### Added +- Compatibility with Intellij 2025.1 + +## [1.5.5] + +### Added + - Compatibility with Intellij 2024.3 ## [1.5.4] - 2024-09-26 diff --git a/gradle.properties b/gradle.properties index b741155..f16a69b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = com.github.plaskowski.embeddedbrowserintellijplugin pluginName = EmbeddedBrowser pluginRepositoryUrl = https://github.com/plaskowski/EmbeddedBrowserIntellijPlugin -pluginVersion = 1.5.5 +pluginVersion = 1.5.6 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223