From a4511b2d6605840bab629e3b9d40209dc141553b Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 13 Dec 2023 09:12:34 +0000
Subject: [PATCH] chore(main): release 1.2.0

---
 CHANGELOG.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..26d4655
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Changelog
+
+## [1.2.0](https://github.com/stryker-mutator/weapon-regex/compare/v1.1.1...v1.2.0) (2023-12-13)
+
+
+### Features
+
+* better mutant descriptions ([#268](https://github.com/stryker-mutator/weapon-regex/issues/268)) ([7a457cc](https://github.com/stryker-mutator/weapon-regex/commit/7a457ccadbb1f8db5c162f68a62c1f2561d41784))
+* **format:** Reformat code ([26a3059](https://github.com/stryker-mutator/weapon-regex/commit/26a30596f47ef7799397fdf6dec2eeb8a6d25aa6))
+* **format:** Reformat code ([a6b84d3](https://github.com/stryker-mutator/weapon-regex/commit/a6b84d35492a59a9121954269de0723bfd2d94ff))
+* **parser-js:** Initial support for the `v` flag for `unicodeSets` ([d324e09](https://github.com/stryker-mutator/weapon-regex/commit/d324e0922fe798151b94f2f0efdf8c7dfa9c67ee))
+* **parser:** Change `UnicodeCharClass.propValue` to type `Option[String]` ([be7f1b7](https://github.com/stryker-mutator/weapon-regex/commit/be7f1b7dae72549d5f7b963e5301d787308ef1f5))
+* **parser:** Support parsing Unicode Character Class with property and value `\p{property=value}` ([fdb4088](https://github.com/stryker-mutator/weapon-regex/commit/fdb4088e32adb2f4e6094f67f9b0158724d73dfd))
+
+
+### Bug Fixes
+
+* **format:** Reformat code ([b7e94a3](https://github.com/stryker-mutator/weapon-regex/commit/b7e94a38faccc9a705dd8399ee44572c9a33adae))