From 72424d4741cb54127ce62bfdcea10969aa6a6870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergej=20Ko=C5=A1=C4=8Dejev?= Date: Thu, 26 Oct 2023 15:16:24 +0200 Subject: [PATCH] Version 1.19.2 --- CHANGELOG.md | 8 ++++++++ build.gradle.kts | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a33518..d889dd9f 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 98a2924b..fa7c1374 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"