diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de9fb7c8d4..1b65c25afa1 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.1] - TBD +## [3.5.1] - 2022-09-28 See the [release announcement](https://godotengine.org/article/maintenance-release-godot-3-5-1) for details. diff --git a/version.py b/version.py index 13f2b6cda0d..681271719cb 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 5 patch = 1 -status = "rc" +status = "stable" module_config = "" year = 2022 website = "https://godotengine.org"