diff --git a/CHANGELOG.md b/CHANGELOG.md
index b552505a0e..c2455bb4f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,20 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.26.0] - 2021-11-04
+### Added
+- Viewer for pdf files ([#1843](https://github.com/scm-manager/scm-manager/pull/1843))
+- Add alternative text to controls to allow screen readers to read them aloud ([#1840](https://github.com/scm-manager/scm-manager/pull/1840))
+- File lock implementation for git (lfs) ([#1838](https://github.com/scm-manager/scm-manager/pull/1838))
+- Experimental high contrast mode ([#1845](https://github.com/scm-manager/scm-manager/pull/1845))
+- Read all errors with screen readers ([#1839](https://github.com/scm-manager/scm-manager/pull/1839))
+
+### Fixed
+- Fix tags without hrefs ([#1841](https://github.com/scm-manager/scm-manager/pull/1841))
+- Fix eslint errors and warnings ([#1841](https://github.com/scm-manager/scm-manager/pull/1841))
+- Removed NODE_ENV from yarn serve command to be compatible with windows ([#1844](https://github.com/scm-manager/scm-manager/pull/1844))
+- Initial mirror with no accepted branch ([#1842](https://github.com/scm-manager/scm-manager/pull/1842))
+
## [2.25.0] - 2021-10-21
### Added
- Extension points for repository overview ([#1828](https://github.com/scm-manager/scm-manager/pull/1828))
@@ -794,3 +808,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.23.0]: https://scm-manager.org/download/2.23.0
[2.24.0]: https://scm-manager.org/download/2.24.0
[2.25.0]: https://scm-manager.org/download/2.25.0
+[2.26.0]: https://scm-manager.org/download/2.26.0
diff --git a/gradle/changelog/alt_tags.yaml b/gradle/changelog/alt_tags.yaml
deleted file mode 100644
index 243de243b1..0000000000
--- a/gradle/changelog/alt_tags.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-- type: added
- descripion: Add alternative text to controls to allow screen readers to read them aloud ([#1840](https://github.com/scm-manager/scm-manager/pull/1840))
diff --git a/gradle/changelog/file_lock_for_git_lfs.yaml b/gradle/changelog/file_lock_for_git_lfs.yaml
deleted file mode 100644
index e36be90693..0000000000
--- a/gradle/changelog/file_lock_for_git_lfs.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-- type: added
- descripion: File lock implementation for git (lfs) ([#1838](https://github.com/scm-manager/scm-manager/pull/1838))
diff --git a/gradle/changelog/highcontrast.yaml b/gradle/changelog/highcontrast.yaml
deleted file mode 100644
index 54b568c4a8..0000000000
--- a/gradle/changelog/highcontrast.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-- type: added
- descripion: Experimental high contrast mode ([#1845](https://github.com/scm-manager/scm-manager/pull/1845))
diff --git a/gradle/changelog/improve_a11y.yaml b/gradle/changelog/improve_a11y.yaml
deleted file mode 100644
index 505d163c14..0000000000
--- a/gradle/changelog/improve_a11y.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-- type: fixed
- description: Fix tags without hrefs ([#1841](https://github.com/scm-manager/scm-manager/pull/1841))
-- type: fixed
- description: Fix eslint errors and warnings ([#1841](https://github.com/scm-manager/scm-manager/pull/1841))
diff --git a/gradle/changelog/initial_empty_mirror.yaml b/gradle/changelog/initial_empty_mirror.yaml
deleted file mode 100644
index ad060c43f0..0000000000
--- a/gradle/changelog/initial_empty_mirror.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-- type: fixed
- descripion: Initial mirror with no accepted branch ([#1842](https://github.com/scm-manager/scm-manager/pull/1842))
diff --git a/gradle/changelog/node_env.yaml b/gradle/changelog/node_env.yaml
deleted file mode 100644
index 8f8dfbd209..0000000000
--- a/gradle/changelog/node_env.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-- type: fixed
- description: Removed NODE_ENV from yarn serve command to be compatible with windows ([#1844](https://github.com/scm-manager/scm-manager/pull/1844))
diff --git a/gradle/changelog/pdfviewer.yaml b/gradle/changelog/pdfviewer.yaml
deleted file mode 100644
index 98e0cdbf2b..0000000000
--- a/gradle/changelog/pdfviewer.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-- type: added
- description: Viewer for pdf files ([#1843](https://github.com/scm-manager/scm-manager/pull/1843))
diff --git a/gradle/changelog/screenreader_errors.yaml b/gradle/changelog/screenreader_errors.yaml
deleted file mode 100644
index 3e44720076..0000000000
--- a/gradle/changelog/screenreader_errors.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-- type: added
- description: Read all errors with screen readers ([#1839](https://github.com/scm-manager/scm-manager/pull/1839))