diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23b8daf923..d2fe111322 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+#### v1.15.0-rc.2 (2020-10-27)
+
+##### Chores
+
+* incrementing version number - v1.15.0-rc.2 (7c084134)
+* update changelog for v1.15.0-rc.1 (4f49b3da)
+* **deps:** update dependency eslint to v7.12.0 (#8791) (3108f628)
+
+##### New Features
+
+* add filter:category.getFields (88a07e69)
+
+##### Bug Fixes
+
+* **deps:**
+ * update dependency nodebb-theme-persona to v10.2.62 (#8798) (12c590ad)
+ * update dependency nodebb-plugin-mentions to v2.13.1 (#8790) (8353857b)
+
+##### Performance Improvements
+
+* reorder async calls (93bdfe2f)
+
#### v1.15.0-rc.1 (2020-10-26)
##### Chores
diff --git a/install/package.json b/install/package.json
index 9816133c68..0071196663 100644
--- a/install/package.json
+++ b/install/package.json
@@ -2,7 +2,7 @@
"name": "nodebb",
"license": "GPL-3.0",
"description": "NodeBB Forum",
- "version": "1.15.0-rc.1",
+ "version": "1.15.0-rc.2",
"homepage": "http://www.nodebb.org",
"repository": {
"type": "git",
diff --git a/public/language/he/user.json b/public/language/he/user.json
index 59febddb52..4152424ca1 100644
--- a/public/language/he/user.json
+++ b/public/language/he/user.json
@@ -8,12 +8,12 @@
"email": "כתובת אימייל",
"confirm_email": "אשר מייל",
"account_info": "פרטי חשבון",
- "admin_actions_label": "Administrative Actions",
+ "admin_actions_label": "פעולות ניהוליות",
"ban_account": "הרחק חשבון",
"ban_account_confirm": "אתה בטוח שברצונך להרחיק את המשתמש הזה?",
"unban_account": "בטל את הרחקת החשבון",
"delete_account": "מחק חשבון",
- "delete_account_as_admin": "Delete Account",
+ "delete_account_as_admin": "מחק חשבון",
"delete_content": "Delete Account Content",
"delete_all": "Delete Account and Content",
"delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",