Bump version to 0.32.0
diff --git a/CHANGELOG b/CHANGELOG
index ba56ac2..4e62520 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,7 @@
 # All notable changes to this project will be documented in this file.
 # This project adheres to [Semantic Versioning](http://semver.org/).
 
-## [0.32.0] UNRELEASED
+## [0.32.0] 2021-12-26
 ### Added
 - Look at the 'pyproject.toml' file to see if it contains ignore file information
   for YAPF.
diff --git a/yapf/__init__.py b/yapf/__init__.py
index d09d4c7..0c2fb95 100644
--- a/yapf/__init__.py
+++ b/yapf/__init__.py
@@ -38,7 +38,7 @@
 from yapf.yapflib import style
 from yapf.yapflib import yapf_api
 
-__version__ = '0.31.0'
+__version__ = '0.32.0'
 
 
 def main(argv):