diff --git a/CHANGELOG.md b/CHANGELOG.md index 46533b0f76f..bf6c2c3513d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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.5.2] - TBD +## [3.5.2] - 2023-03-07 See the [release announcement](https://godotengine.org/article/maintenance-release-godot-3-5-2) for details. diff --git a/version.py b/version.py index 07adb46e1e1..153c1998922 100644 --- a/version.py +++ b/version.py @@ -3,8 +3,8 @@ name = "Godot Engine" major = 3 minor = 5 patch = 2 -status = "rc" +status = "stable" module_config = "" -year = 2022 +year = 2023 website = "https://godotengine.org" docs = "3.5"