diff --git a/Changelog.md b/Changelog.md
index fdfb7992..73999bd7 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,9 @@
+# v2.3.1
+
+## Bugfixes
+- Fixed a bug that caused a song to be inserted at the wrong place when dragging it into the playlist.
+- Fixed a bug that caused the current selected playlist item to be moved when dragging a song into the playlist.
+
# v2.3.0
## Features
diff --git a/Espera/Espera.View/Espera.View.csproj b/Espera/Espera.View/Espera.View.csproj
index 94039997..2e51ddb2 100644
--- a/Espera/Espera.View/Espera.View.csproj
+++ b/Espera/Espera.View/Espera.View.csproj
@@ -37,8 +37,8 @@
1.0.0.0
publish.htm
false
- 0
- 2.3.0.0
+ 1
+ 2.3.0.1
false
true
true
diff --git a/Espera/GlobalAssemblyInfo.cs b/Espera/GlobalAssemblyInfo.cs
index 2b156e60..d792cb7e 100644
--- a/Espera/GlobalAssemblyInfo.cs
+++ b/Espera/GlobalAssemblyInfo.cs
@@ -2,5 +2,5 @@
[assembly: AssemblyProduct("Espera")]
[assembly: AssemblyCopyright("Copyright © 2014 Dennis Daume")]
-[assembly: AssemblyVersion("2.3.0.0")]
-[assembly: AssemblyFileVersion("2.3.0.0")]
\ No newline at end of file
+[assembly: AssemblyVersion("2.3.0.1")]
+[assembly: AssemblyFileVersion("2.3.0.1")]
\ No newline at end of file