Skip to content

Commit fc0b241

Browse files
committed
Bump version to 4.0.4-stable
1 parent e6a2177 commit fc0b241

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [4.0.4] - TBD
7+
## [4.0.4] - 2023-08-02
88

99
See the [release announcement](https://godotengine.org/article/maintenance-release-godot-4-0-4) for details.
1010

@@ -113,7 +113,6 @@ See the [release announcement](https://godotengine.org/article/maintenance-relea
113113
- Fix type check in AnimationTrackKeyEdit for methods ([GH-74948](https://github.com/godotengine/godot/pull/74948)).
114114
- Fix `AnimatedSprite3D` autoplay warning ([GH-77028](https://github.com/godotengine/godot/pull/77028)).
115115
- Adjust BoneAttachment3D children/meshes during rest fixer ([GH-77123](https://github.com/godotengine/godot/pull/77123)).
116-
- Fix `get_bone_pose_global_no_override()` returning incorrect values ([GH-77194](https://github.com/godotengine/godot/pull/77194)).
117116
- Fix for SkeletonIK3D interpolation and bone roll ([GH-77469](https://github.com/godotengine/godot/pull/77469)).
118117
- Fix AnimationPlayer cumulative `speed_scale` ([GH-77500](https://github.com/godotengine/godot/pull/77500)).
119118
- Fix adding bones with the same name after calling `Skeleton3D.clear_bones()` ([GH-77874](https://github.com/godotengine/godot/pull/77874)).

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
major = 4
44
minor = 0
55
patch = 4
6-
status = "rc"
6+
status = "stable"
77
module_config = ""
88
year = 2023
99
website = "https://godotengine.org"

0 commit comments

Comments
 (0)