diff --git a/CHANGELOG.md b/CHANGELOG.md index 252b95a893..de7f1f46d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ 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.3] - TBD +## [3.3] - 2021-04-21 -See the [release announcement](TBD) for details. +See the [release announcement](https://godotengine.org/article/godot-3-3-has-arrived) for details. ### Added diff --git a/version.py b/version.py index 5da3493af2..f6eae3eb14 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 3 patch = 0 -status = "rc" +status = "stable" module_config = "" year = 2021 website = "https://godotengine.org"