diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a16b6296af..9c307a6a3bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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.4.5] - TBD +## [3.4.5] - 2022-08-02 See the [release announcement](https://godotengine.org/article/maintenance-release-godot-3-4-5) for details. diff --git a/version.py b/version.py index 32efdcf6c4c..12394face23 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 4 patch = 5 -status = "rc" +status = "stable" module_config = "" year = 2022 website = "https://godotengine.org"