diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f360e6..59f3407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## Unreleased +## 1.3.5 - 2025-01-15 +- Add support for `float` keyword +- Add support for `event` keyword + ## 1.3.4 - 2024-10-22 - Remove use of deprecated APIs diff --git a/gradle.properties b/gradle.properties index 98dc638..19383bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = io.github.facilityapi pluginName = FacilityIntellij -pluginVersion = 1.3.4 +pluginVersion = 1.3.5 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.