diff --git a/CHANGES b/CHANGES
index afb3d253a912d1230cd3c1c41cb770f899242880..87db823b4b8b1a856f2e7aa0303bb85b54f925e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ contributors are listed. Note that Calamares does not have a historical
 changelog -- this log starts with version 3.2.0. The release notes on the
 website will have to do for older versions.
 
-# 3.2.8 (unreleased) #
+# 3.2.8 (2019-05-10) #
 
 This is a **source-incompatible** release of Calamares. Include files
 have been shuffled around, so third-party C++ modules will need
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8911645aa6121de1bf46856e21c08c42c2595a9..de6508b6b94dc7121692434129a7a08676de7bee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ project( CALAMARES
     VERSION 3.2.8
     LANGUAGES C CXX )
 
-set( CALAMARES_VERSION_RC 1 )  # Set to 0 during release cycle, 1 during development
+set( CALAMARES_VERSION_RC 0 )  # Set to 0 during release cycle, 1 during development
 
 ### OPTIONS
 #