diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3afcaed..a08bd70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## 0.12.0-alpha - 2019-05-18
+
+### Added
+
+- Now Playing information and transport controls in the dock menu
+- Queue position numbers in the queue
+- Shuffle/repeat mode buttons
+
+### Changed
+
+- BIG refactor using unidirectional dataflow
+
## 0.11.2-alpha - 2019-04-09
### Changed
diff --git a/Persephone/Info.plist b/Persephone/Info.plist
index c2909c0..8d5bbfe 100644
--- a/Persephone/Info.plist
+++ b/Persephone/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.12.0-pre-alpha
+ 0.12.0-alpha
CFBundleVersion
1
LSApplicationCategoryType
diff --git a/Resources/screenshot.png b/Resources/screenshot.png
index 446a24a..f4ce6d0 100644
Binary files a/Resources/screenshot.png and b/Resources/screenshot.png differ