Prepare for 3.2.0 release.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88a48bf..e13bcdd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-project(double-conversion VERSION 3.1.7)
+project(double-conversion VERSION 3.2.0)
 
 if(BUILD_SHARED_LIBS AND MSVC)
   set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
diff --git a/Changelog b/Changelog
index f734a32..200e98a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+2022-01-10:
+  Fix quiet NANs on MIPS* and PA-RISC architectures.
+  Update version number.
+
 2021-12-22:
   Add support of Synopsys ARC64 architecture.
   Reintroduce macros, if DOUBLE_CONVERSION_NON_PREFIXED_MACROS is set.