diff --git a/CHANGES b/CHANGES index 594fd844c..12b7c36e1 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.27 (unreleased) # +# 3.2.27 (2020-07-11) # This release contains contributions from (alphabetically by first name): - Gaƫl PORTAY @@ -18,6 +18,8 @@ This release contains contributions from (alphabetically by first name): ## Modules ## - The Manjaro package manager *pamac* has been added to those supported by the *packages* module. + - The *netinstall* module has had some minor UI tweaks. + - Partitioning now tries harder to avoid floppy drives. # 3.2.26.1 (2020-06-23) # diff --git a/CMakeLists.txt b/CMakeLists.txt index b653f0996..7e049ca97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ # TODO:3.3: Require CMake 3.12 cmake_minimum_required( VERSION 3.3 FATAL_ERROR ) project( CALAMARES - VERSION 3.2.26.1 + VERSION 3.2.27 LANGUAGES C CXX ) set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development