diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61b8bc5fd4b92bb5f705d8226842fc7300da4f8d..9bd57e816d8f17f31c92e8bbb37099fb257712d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,10 +10,24 @@ 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).
 
 ## [Unreleased]
+
 ### Added
-- Students are now provided with a suggestion of their most recent location within a lab when they requeue. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
+
+### Changed
+
+### Fixed
+
+### Deprecated
+
+### Removed
+
+## [2.1.4]
+
+### Added
+ - Students are now provided with a suggestion of their most recent location within a lab when they requeue. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
+
 ### Changed
-- Deleting a lab will now show a dialog with a warning. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
+ - Deleting a lab will now show a dialog with a warning. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
 
 ### Fixed
  - Requests are now soft-deleted when the corresponding lab is deleted. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
diff --git a/build.gradle.kts b/build.gradle.kts
index dad21fdac269d6881418dd3b3ae0bf405b753ef2..2f53b8d1ca9174de7bd7b318547176921f2eb96d 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -4,7 +4,7 @@ import com.diffplug.gradle.spotless.SpotlessExtension
 import org.springframework.boot.gradle.tasks.run.BootRun
 
 group = "nl.tudelft.ewi.queue"
-version = "2.1.3"
+version = "2.1.4"
 
 val javaVersion = JavaVersion.VERSION_17