diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d590f4..eb9b99b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ - Nothing +## [1.0.2] - 2024-08-14 + +### Added + +- Update IntelliJ platform support to 2024.2 + ## [1.0.1] - 2024-03-18 ### Added @@ -33,7 +39,8 @@ - Export color scheme to plugin - Initial release to plugin marketplace! -[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.1...HEAD +[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.2...HEAD +[1.0.2]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.1...v1.0.2 [1.0.1]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.0...v1.0.1 [1.0.0]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.2...v1.0.0 [0.0.2]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.1...v0.0.2 diff --git a/gradle.properties b/gradle.properties index 63b5229..7db2c26 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.helloyeew.helloyeewjetbraintheme pluginName = helloyeew-theme pluginRepositoryUrl = https://github.com/HelloYeew/helloyeew-jetbrain-theme # SemVer format -> https://semver.org -pluginVersion = 1.0.1 +pluginVersion = 1.0.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index a7a8595..51b6047 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -11,5 +11,5 @@ - 1.0.1 + 1.0.2