From 74ac5273b95f3a73808f0441d90fb7096f92e04f Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Mon, 9 Dec 2024 13:25:18 +0100
Subject: [PATCH] Release 1.2.0

---
 build.gradle.kts                       |  2 +-
 src/main/resources/META-INF/plugin.xml | 23 ++++++++++++++---------
 2 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index dd11639..09548d1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
 }
 
 group = "com.chylex.intellij.coloredbrackets"
-version = "1.1.0"
+version = "1.2.0"
 
 allprojects {
 	apply(plugin = "org.jetbrains.kotlin.jvm")
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index fd1dd59..e4ec5d1 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -18,18 +18,23 @@
   ]]></description>
   
   <change-notes><![CDATA[
-    <b>1.1.0</b>
+    <b>Version 1.2.0</b>
     <ul>
-      <li>Added support for C++ in Rider and CLion Nova</li>
-      <li>Fixed broken option to not color parentheses without content in C#</li>
-      <li>Improved highlighting performance</li>
-      <li>Increased default setting for maximum line count from 1K to 100K</li>
+      <li>Fixed not re-highlighting open files after changing settings.</li>
+      <li>Fixed exception when opening certain diff editors.</li>
     </ul>
-    <b>1.0.0</b>
+    <b>Version 1.1.0</b>
     <ul>
-      <li>Restored support for CLion and Rider</li>
-      <li>Added support for Settings Sync</li>
-      <li>Fixed service initialization warnings reported by IJ 2024.2+</li>
+      <li>Added support for C++ in Rider and CLion Nova.</li>
+      <li>Fixed broken option to not color parentheses without content in C#.</li>
+      <li>Improved highlighting performance.</li>
+      <li>Increased default setting for maximum line count from 1K to 100K.</li>
+    </ul>
+    <b>Version 1.0.0</b>
+    <ul>
+      <li>Restored support for CLion and Rider.</li>
+      <li>Added support for Settings Sync.</li>
+      <li>Fixed service initialization warnings reported by IJ 2024.2.</li>
     </ul>
   ]]></change-notes>