diff --git a/CHANGELOG.md b/CHANGELOG.md index 959a285789e9..060a2704260f 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](http://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [3.1] - 2019-03-13 ### Added diff --git a/version.py b/version.py index dffefa440079..09da33430abc 100644 --- a/version.py +++ b/version.py @@ -2,6 +2,6 @@ name = "Godot Engine" major = 3 minor = 1 -status = "rc" +status = "stable" module_config = "" year = 2019