diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8abdd48..aa251c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ Types of changes are:
 * **Fixed** for any bug fixes.
 
 ## [Unreleased]
+
+## [0.13.0] - 2020-10-21
 ### Added
 * Added support for Python 3.7 and 3.8.
 
@@ -242,7 +244,8 @@ Types of changes are:
 ## [0.0.0]
 Nothing here.
 
-[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.12.0..HEAD
+[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.13.0..HEAD
+[0.13.0]: http://github.com/jacksmith15/statham-schema/compare/0.12.0..0.13.0
 [0.12.0]: http://github.com/jacksmith15/statham-schema/compare/0.11.0..0.12.0
 [0.11.0]: http://github.com/jacksmith15/statham-schema/compare/0.10.0..0.11.0
 [0.10.0]: http://github.com/jacksmith15/statham-schema/compare/0.9.0..0.10.0
diff --git a/statham/__init__.py b/statham/__init__.py
index ea370a8..f23a6b3 100644
--- a/statham/__init__.py
+++ b/statham/__init__.py
@@ -1 +1 @@
-__version__ = "0.12.0"
+__version__ = "0.13.0"