summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f30a817759..f2224c8a7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-## [3.2] - YYYY-MM-DD
+## [3.2] - 2020-01-29
### Added
diff --git a/version.py b/version.py
index 36778ee756..47af88c676 100644
--- a/version.py
+++ b/version.py
@@ -3,7 +3,7 @@ name = "Godot Engine"
major = 3
minor = 2
patch = 0
-status = "rc"
+status = "stable"
module_config = ""
year = 2020
website = "https://godotengine.org"