Lagrange [release]

iOS: Updated release notes; bumped version to 1.14 (4)

e6a44dec42514fe468922ed208d84f932b0af3a3
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a06c8c4..9d279761 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,8 +25,8 @@ project (Lagrange
 set (COPYRIGHT_YEAR 2022)
 if (IOS)
     set (PROJECT_VERSION 1.14)
-    set (IOS_BUNDLE_VERSION 3)
-    set (IOS_BUILD_DATE "2022-11-20")
+    set (IOS_BUNDLE_VERSION 4)
+    set (IOS_BUILD_DATE "2022-11-22")
 endif ()
 if (ANDROID)
     set (PROJECT_VERSION 1.14)
diff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi
index 09e88f33..aabad70f 100644
--- a/res/about/ios-version.gmi
+++ b/res/about/ios-version.gmi
@@ -6,6 +6,14 @@
 ```
 # Release notes
 
+## 1.14 (4)
+* Fixed pinned identity being forgotten when navigating to parent/root.
+* Improved layout of the bookmark editor dialog.
+* Avoid over-saturating green text in the Colorful Dark theme.
+* Updated UI translations.
+* iPad: Fixed New Identity dialog jumping around when pressing "More...".
+* iPad: Adjusted threshold for tight navbar layout.
+
 ## 1.14 (3)
 * Settings: Added a "User Data" section for export/import and listing bookmarks, feeds, and downloads.
 * Improved behavior of pinned bookmark identities.