diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd94504c5b0..1bca9dc82bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,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.5] - TBD +## [3.5] - 2022-08-05 -See the [release announcement]() for details. +See the [release announcement](https://godotengine.org/article/godot-3-5-cant-stop-wont-stop) for details. ### Added diff --git a/version.py b/version.py index 8568a34d3fa6..ef130ddbee60 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ major = 3 minor = 5 patch = 0 -status = "rc" +status = "stable" module_config = "" year = 2022 website = "https://godotengine.org"