diff --git a/CHANGELOG.md b/CHANGELOG.md
index d157df43..f1f5a0fa 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.1.0]
+## Changed
+- Updated to reference current MonoGame 3.8.3
+
## [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)
diff --git a/Directory.Build.props b/Directory.Build.props
index 5a732d0b..e0b20562 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -7,7 +7,7 @@
- 4.0.4
+ 4.1.0
diff --git a/benchmarks/Directory.Build.props b/benchmarks/Directory.Build.props
index 12a78336..6641256c 100644
--- a/benchmarks/Directory.Build.props
+++ b/benchmarks/Directory.Build.props
@@ -13,7 +13,7 @@
diff --git a/source/Directory.Build.props b/source/Directory.Build.props
index fced8381..7dca75db 100644
--- a/source/Directory.Build.props
+++ b/source/Directory.Build.props
@@ -13,7 +13,7 @@
diff --git a/source/MonoGame.Extended.Content.Pipeline/MonoGame.Extended.Content.Pipeline.csproj b/source/MonoGame.Extended.Content.Pipeline/MonoGame.Extended.Content.Pipeline.csproj
index c781c2aa..9797b4dd 100644
--- a/source/MonoGame.Extended.Content.Pipeline/MonoGame.Extended.Content.Pipeline.csproj
+++ b/source/MonoGame.Extended.Content.Pipeline/MonoGame.Extended.Content.Pipeline.csproj
@@ -14,7 +14,7 @@
diff --git a/source/MonoGame.Extended/.config/dotnet-tools.json b/source/MonoGame.Extended/.config/dotnet-tools.json
index aef3bb63..1d60a783 100644
--- a/source/MonoGame.Extended/.config/dotnet-tools.json
+++ b/source/MonoGame.Extended/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-mgfxc": {
- "version": "3.8.2.1105",
+ "version": "3.8.3",
"commands": [
"mgfxc"
],
diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props
index dcb424d5..47d871ef 100644
--- a/tests/Directory.Build.props
+++ b/tests/Directory.Build.props
@@ -13,7 +13,7 @@
+ Version="3.8.3" />
diff --git a/tests/MonoGame.Extended.Content.Pipeline.Tests/MonoGame.Extended.Content.Pipeline.Tests.csproj b/tests/MonoGame.Extended.Content.Pipeline.Tests/MonoGame.Extended.Content.Pipeline.Tests.csproj
index bacc2aad..b70b1f62 100644
--- a/tests/MonoGame.Extended.Content.Pipeline.Tests/MonoGame.Extended.Content.Pipeline.Tests.csproj
+++ b/tests/MonoGame.Extended.Content.Pipeline.Tests/MonoGame.Extended.Content.Pipeline.Tests.csproj
@@ -1,7 +1,7 @@
-
+