From 50ee6b9439290b7397e6eca6959f933210c3508e Mon Sep 17 00:00:00 2001 From: Lordfirespeed <28568841+Lordfirespeed@users.noreply.github.com> Date: Sat, 14 Oct 2023 22:31:59 +0100 Subject: [PATCH] update changelog --- plugin/CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 68225b5..40977b0 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -5,7 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [Unreleased] +## [2.0.1] + +### 🐛 Bug Fixes + +* don't try to add elements to the read-only `emptyList` ! + + +### 📦 Code Refactoring + +* Use Kotlin UI DSL v2 to create the run configuration settings editor + + +## [2.0.0] ### ✨ Features