diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8204667..92a907c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,20 @@ Releases prior to v2.0.1 are only documented on
the [GitHub Release Page](https://github.com/rwth-acis/RequirementsBazaar-WebFrontend/releases)
## [Unreleased]
+
+## [2.6.1] - 2023-06-13
+
+### Added
+
+- Make priority labels customizable
+ [#282](https://github.com/rwth-acis/RequirementsBazaar-WebFrontend/pull/282)
+
+### Changed
+
+- Changed export dialog to choose if labels are exported
+ [commit 0c5c6b1f493ed7af2ea3c77a0c82673a2dcd0995](https://github.com/rwth-acis/RequirementsBazaar-WebFrontend/commit/0c5c6b1f493ed7af2ea3c77a0c82673a2dcd0995)
+
+
## [2.6.0] - 2023-05-10
### Added
diff --git a/package.json b/package.json
index 788e913..8f53e55 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "reqbaz",
- "version": "2.5.0",
+ "version": "2.6.1",
"scripts": {
"dev": "vite --port 3000",
"dev-local-api": "vite --mode dev-local-api --port 3000",
diff --git a/src/components/ExportPopup.vue b/src/components/ExportPopup.vue
index 8a02ef5..f03beed 100644
--- a/src/components/ExportPopup.vue
+++ b/src/components/ExportPopup.vue
@@ -6,6 +6,8 @@
+
+
-