diff --git a/CHANGELOG.md b/CHANGELOG.md index 120377c..3f4fa0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ ## [Unreleased] +### Added + +- Support for IntelliJ Platform version 2025.1 + +### Changed + +- Dropped support for platform builds below 2024.2 +- Build using Java 21 +- Update dependencies + ## [4.7.0] - 2024-11-23 ### Added diff --git a/gradle.properties b/gradle.properties index 2b48e24..5ae0af9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = de.marhali.easyi18n pluginName = easy-i18n pluginRepositoryUrl = https://github.com/marhali/easy-i18n # SemVer format -> https://semver.org -pluginVersion = 4.7.0 +pluginVersion = 4.8.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 242