diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8762e9..f8d1bf9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@
[#] Bug Fixes
[.] Others
+### V 1.2.1 - 16/08/2023
+[\~] ControlComponent : Slide to collisions
+
### V 1.2.0 - 15/08/2023
[+] CollisionComponent
diff --git a/SharpEngine.Core/Manager/DebugManager.cs b/SharpEngine.Core/Manager/DebugManager.cs
index 21a650a..1f8fd08 100644
--- a/SharpEngine.Core/Manager/DebugManager.cs
+++ b/SharpEngine.Core/Manager/DebugManager.cs
@@ -32,7 +32,7 @@ public static class DebugManager
{
{ "Raylib-cs", "4.5.0.4" },
{ "ImGui.NET", "1.89.7.1" },
- { "SharpEngine.Core", "1.2.0" }
+ { "SharpEngine.Core", "1.2.1" }
};
///
diff --git a/SharpEngine.Core/SharpEngine.Core.csproj b/SharpEngine.Core/SharpEngine.Core.csproj
index 347c6a5..5ce8095 100644
--- a/SharpEngine.Core/SharpEngine.Core.csproj
+++ b/SharpEngine.Core/SharpEngine.Core.csproj
@@ -10,7 +10,7 @@
Copyright (c) LavaPower 2021-2023
MIT
https://github.com/SharpEngine/SharpEngine.Core
- 1.2.0
+ 1.2.1
true
README.md
true