diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9d39a..17e6b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ #### Unreleased +- Added 2024.1 Build Support + #### 5.9.0 - Added 2023.3 Build Support diff --git a/build.gradle b/build.gradle index 850c005..6c19fbb 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ tasks.runPluginVerifier { tasks.patchPluginXml { version.set(projectVersion) sinceBuild.set('203.7148.57') - untilBuild.set('233.*') + untilBuild.set('241.*') def changelogPath = "$projectDir/build/html/CHANGELOG.html" def readmePath = "$projectDir/build/html/README.html" diff --git a/src/main/kotlin/com/markskelton/notification/Notifications.kt b/src/main/kotlin/com/markskelton/notification/Notifications.kt index bd3db2d..7358fc6 100644 --- a/src/main/kotlin/com/markskelton/notification/Notifications.kt +++ b/src/main/kotlin/com/markskelton/notification/Notifications.kt @@ -13,7 +13,7 @@ import org.intellij.lang.annotations.Language val UPDATE_MESSAGE: String = """ What's New?

Please see the Changelog for more details.