diff --git a/Changelog.md b/Changelog.md
index 6afacd7a..fdfb7992 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,11 @@
+# v2.3.0
+
+## Features
+- Drag & Drop support for moving songs inside the playlist.
+- Drag & Drop support for adding local and YouTube songs into the playlist.
+- Drag & Drop support for adding YouTube links from the Browser into the playlist.
+- Added playback controls in the task bar item.
+
# v2.2.1
## Bugfixes
diff --git a/Espera/Espera.View/Espera.View.csproj b/Espera/Espera.View/Espera.View.csproj
index bcd6ef7b..94039997 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
- 1
- 2.2.0.1
+ 0
+ 2.3.0.0
false
true
true
diff --git a/Espera/GlobalAssemblyInfo.cs b/Espera/GlobalAssemblyInfo.cs
index 9f394f5d..2b156e60 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.2.0.1")]
-[assembly: AssemblyFileVersion("2.2.0.1")]
\ No newline at end of file
+[assembly: AssemblyVersion("2.3.0.0")]
+[assembly: AssemblyFileVersion("2.3.0.0")]
\ No newline at end of file