diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ebc514a47627bfd20d41a7651ff95d7f0f1cf6..d4ce6b3735ade0fd6ea295c13df5dd3f02576c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog ## [Unreleased] +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +## [0.2.0] + ### Added - Support for IntelliJ IDEA 2021.2.3. - Initial support for JastAdd aspect files. @@ -11,12 +23,5 @@ - configurable highlighters for attribute and api usages - Dark mode icon which is a bit less colourful. -### Changed - -### Deprecated - ### Removed - Support for IntelliJ IDEA 2020.2.4. Minimal version now is 2021.1.1. - -### Fixed - diff --git a/gradle.properties b/gradle.properties index bbace3e1926856eb090aa96b52b80b0769f6b53f..b7faee122811ad55bd7686ba423947690f840e73 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = org.jastadd pluginName = JastAdd -pluginVersion = 0.2 +pluginVersion = 0.2.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.