diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc7535fd40..1cb2674c4ec 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.6.2] - TBD +## [3.6.2] - 2025-10-23 See the [release announcement](https://godotengine.org/article/maintenance-release-godot-3-6-2) for details. diff --git a/version.py b/version.py index ec1bcc9b497..16f08d6a30b 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 6 patch = 2 -status = "rc" +status = "stable" module_config = "" year = 2025 website = "https://godotengine.org"