CHANGELOG update

This commit is contained in:
Jakub Chrzanowski 2022-03-02 12:31:36 +01:00 committed by Jakub Chrzanowski
parent db2bc45065
commit 8b00950fa9

View File

@ -3,13 +3,15 @@
# IntelliJ Platform Plugin Template Changelog # IntelliJ Platform Plugin Template Changelog
## [Unreleased] ## [Unreleased]
### Changed
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `3`
## [1.1.2] ## [1.1.2]
### Changed ### Changed
- Update `platformVersion` to `2021.1.3` for compatibility with Apple M1 - Update `platformVersion` to `2021.1.3` for compatibility with Apple M1
- Change since/until build to `211-213.*` (2021.1 - 2021.3) - Change since/until build to `211-213.*` (2021.1 - 2021.3)
- Upgrade Gradle Wrapper to `7.4` - Upgrade Gradle Wrapper to `7.4`
- Dependencies - upgrade `org.jetbrains.intellij` to `1.4.0` - Dependencies - upgrade `org.jetbrains.intellij` to `1.4.0`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `4.2.5` - Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `4.2.5`
## [1.1.1] ## [1.1.1]
@ -312,4 +314,4 @@
### Added ### Added
- Initial project scaffold - Initial project scaffold
- GitHub Actions to automate testing and deployment - GitHub Actions to automate testing and deployment
- Kotlin support - Kotlin support