Release v3.2
diff --git a/HISTORY.rst b/HISTORY.rst
index 41d68f9..7a37ff3 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,12 @@
 History
 -------
 
+3.2 (2021-05-29)
+++++++++++++++++
+
+- Add type hints (Thanks, Seth Michael Larson!)
+- Remove support for Python 3.4
+
 3.1 (2021-01-04)
 ++++++++++++++++
 
diff --git a/idna/package_data.py b/idna/package_data.py
index 1420ea2..e096d1d 100644
--- a/idna/package_data.py
+++ b/idna/package_data.py
@@ -1,2 +1,2 @@
-__version__ = '3.1'
+__version__ = '3.2'