diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a3351..d889dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.19.2 + +### Fixed + +- `runMigrations` task now supports MPS 2022.2 and above by adding the necessary `--add-opens` JVM + arguments. +- `runMigrations` task now honors its `javaExec` property. + ## 1.19.1 ### Fixed diff --git a/build.gradle.kts b/build.gradle.kts index 98a2924..fa7c137 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ plugins { id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2" } -val baseVersion = "1.19.1" +val baseVersion = "1.19.2" group = "de.itemis.mps"