From 89c05f6533a9e8039265c6b64b5848a6842f218a Mon Sep 17 00:00:00 2001
From: "Azat S." <to@azat.io>
Date: Wed, 3 Apr 2024 21:40:00 +0300
Subject: [PATCH] build: publish v2.8.0

---
 changelog.md | 16 ++++++++++++++++
 package.json |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index 76e1b054d..91918a2f6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,22 @@
 # Changelog
 
 
+## v2.8.0
+
+[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.7.0...v2.8.0)
+
+### 🚀 Features
+
+- **sort-interfaces:** Add `optionalityOrder` option ([e142c39](https://github.com/azat-io/eslint-plugin-perfectionist/commit/e142c39))
+
+### 🐞 Bug Fixes
+
+- Convert `optionalityOrder` to kebab case ([7726294](https://github.com/azat-io/eslint-plugin-perfectionist/commit/7726294))
+
+### ❤️ Contributors
+
+- Chirokas ([@chirokas](http://github.com/chirokas))
+
 ## v2.7.0
 
 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.6.0...v2.7.0)
diff --git a/package.json b/package.json
index b90057646..6278b6bf4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "eslint-plugin-perfectionist",
   "description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",
-  "version": "2.7.0",
+  "version": "2.8.0",
   "homepage": "https://eslint-plugin-perfectionist.azat.io",
   "repository": "https://github.com/azat-io/eslint-plugin-perfectionist",
   "author": "Azat S. <to@azat.io>",