From b7ea24aefb32b8fb8ec6b71bfd2f4eb295365603 Mon Sep 17 00:00:00 2001 From: Christopher Whitley <103014489+AristurtleDev@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:34:58 -0500 Subject: [PATCH] Version 4.0.4 release --- CHANGELOG.md | 4 ++++ Directory.Build.props | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08cd7d1e5..d157df433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > Unreleased changes exist in the current `develop` branch but have not been pushed as either a stable or prerelease NuGet package. > +## [4.0.4] +## Fixed +- Resolved issue where the `Sprite.Origin` property was incorrectly being set to the center origin of the sprite in the constructor. [@AristurtleDev](https://github.com/AristurtleDev) [#938](https://github.com/craftworkgames/MonoGame.Extended/pull/969) + ## [4.0.3] ## Fixed - Resoled issue where `Matrix3x2.Decompose` returned incorrect values for transformation [@Std-Enigma](https://github.com/Std-Enigma) [#941](https://github.com/craftworkgames/MonoGame.Extended/pull/941) diff --git a/Directory.Build.props b/Directory.Build.props index 88f56f6dd..375ca40e9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,7 +7,7 @@ - 4.0.3 + 4.0.4 -prerelease .$(BUILD_NUMBER) $(MonoGameExtendedVersion)$(IsPrerelease)$(BuildNumber)