diff --git a/assets/release_notes.md b/assets/release_notes.md
index d6cd353f..634c0e22 100644
--- a/assets/release_notes.md
+++ b/assets/release_notes.md
@@ -4,11 +4,18 @@
 ### 0.5.0 - October 2021
 ---
 
+- Major UI overhaul
+- Adds many more options to the home screen
+- Adds global "drawer" - accessible via long-press of the "back" button
 - Display Purchase Order details
 - Edit Purchase Order information
+- Adds ability to receive stock items against purchase orders
 - Display Company details (supplier / manufacturer / customer)
 - Edit Company information
+- Improvements to stock adjustment actions
+- Improvements to barcode scanning
 - Fixed bug relating to stock transfer for parts with specified "units"
+- Multiple other small bug fixes
 
 ### 0.4.7 - September 2021
 ---
diff --git a/pubspec.yaml b/pubspec.yaml
index a6b94af1..78e0cfd7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -7,7 +7,7 @@ description: InvenTree stock management
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # Read more about iOS versioning at
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 0.4.7+28
+version: 0.5.0+29
 
 environment:
   sdk: ">=2.12.0 <3.0.0"