diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b1cea79..304599cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## 1.4.12 * Bugfix: "import class quickfix" missing in some cases (#1132) * Bugfix: "Find Usages" was not checking catch blocks correctly(#929) * Bugfix: "Introduce Constant" placed outside of class diff --git a/gradle.properties b/gradle.properties index 8f8dc91cd..81c5e00b0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ pluginName = Haxe Toolkit Support pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe # SemVer format -> https://semver.org -pluginVersion = 1.4.12 (beta 1) +pluginVersion = 1.4.12 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU