diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1941a96dae684c8fadbbda83ff93a1c1f58257dd..2cf1d6759f1cf4e0afe5733b738a7694ec87e676 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,14 +5,22 @@ 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.1.0]
+## [Unreleased]
 
 ### Added
 
 - Added editing of custom extra fields alongside the fixed fields in organizations form.
-- Added package-pill indicator for data series in the dataset overview.
 - Added versioning information (`adms:versionNotes`, `dcterms:isReplacedBy`) in dataset form.
-- Package-pill indicator for data series in the dataset overview.
+
+### Removed
+
+- Removed language field from dataset form.
+
+## [2.1.0]
+
+### Added
+
+- Added package-pill indicator for data series in the dataset overview.
 
 ### Removed
 
@@ -21,7 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Removed `ckanext.odsh.home` configuration variable.
 - Removed `ckanext.odsh.upload_formats` configuration variable. Upload formats are now populated by EU-approved file formats.
 - Removed subject mappings and other subject related code used in Transparenzportal SH (TPSH).
-- Removed language field from dataset form.
 
 ### Changed